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 "build" : " pnpm build:docs && pnpm build:client" ,
99 "build:docs" : " tsx generate-documentation.ts" ,
1010 "build:client" : " tsx generate-client.ts" ,
11- "pretest" : " tsc --noEmit " ,
11+ "pretest" : " tsc" ,
1212 "test" : " vitest run index.spec.ts"
1313 },
1414 "devDependencies" : {
Original file line number Diff line number Diff line change 1717 "funding" : " https://github.com/sponsors/RobinTail" ,
1818 "scripts" : {
1919 "build" : " tsdown" ,
20- "pretest" : " tsc --noEmit " ,
20+ "pretest" : " tsc" ,
2121 "test" : " vitest run --coverage" ,
2222 "bench" : " vitest bench --run ./bench" ,
2323 "prepublishOnly" : " eslint && pnpm -r build && pnpm test" ,
Original file line number Diff line number Diff line change 22 "extends" : " ../tsconfig.json" ,
33 "compilerOptions" : {
44 "declaration" : true ,
5+ "noEmit" : false ,
56 "emitDeclarationOnly" : true
67 }
78}
Original file line number Diff line number Diff line change 1515 "bugs" : " https://github.com/RobinTail/express-zod-api/issues" ,
1616 "funding" : " https://github.com/sponsors/RobinTail" ,
1717 "scripts" : {
18- "pretest" : " tsc --noEmit " ,
18+ "pretest" : " tsc" ,
1919 "test" : " vitest run --globals" ,
2020 "build" : " tsdown" ,
2121 "prepublishOnly" : " eslint && pnpm test && pnpm build"
Original file line number Diff line number Diff line change 33 "compilerOptions" : {
44 "module" : " node20" ,
55 "target" : " es2023" ,
6+ "noEmit" : true ,
67 "allowImportingTsExtensions" : true ,
78 "noImplicitAny" : true ,
89 "noImplicitOverride" : true ,
Original file line number Diff line number Diff line change 1616 "bugs" : " https://github.com/RobinTail/express-zod-api/issues" ,
1717 "funding" : " https://github.com/sponsors/RobinTail" ,
1818 "scripts" : {
19- "pretest" : " tsc --noEmit " ,
19+ "pretest" : " tsc" ,
2020 "test" : " vitest run" ,
2121 "build" : " tsdown" ,
2222 "prepublishOnly" : " eslint && pnpm test && pnpm build"
You can’t perform that action at this time.
0 commit comments