File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 "node" : " >= 20.9 < 21"
99 },
1010 "packageManager" : " pnpm@9.12.3" ,
11- "main" : " dist/src/ index.js" ,
11+ "main" : " dist/index.js" ,
1212 "exports" : {
1313 "." : {
14- "import" : " ./dist/src/ index.js"
14+ "import" : " ./dist/index.js"
1515 }
1616 },
1717 "files" : [" dist" , " src" ],
3535 "prettier-plugin-tailwindcss" : " ^0.6"
3636 },
3737 "scripts" : {
38- "start" : " node dist/src/main .js" ,
38+ "start" : " node dist/index .js" ,
3939 "clean" : " rimraf coverage dist tmp" ,
4040 "prebuild" : " biome lint" ,
4141 "build" : " tsc -d -p tsconfig.json" ,
Original file line number Diff line number Diff line change 22 "extends" : " ./tsconfig.json" ,
33 "compilerOptions" : {
44 "sourceMap" : false ,
5- "removeComments" : true
5+ "removeComments" : true ,
6+ "rootDir" : " src"
67 },
78 "include" : [" src" ],
89 "exclude" : [" **/*.test.ts" , " **/*.spec.ts" ]
You can’t perform that action at this time.
0 commit comments