File tree Expand file tree Collapse file tree 2 files changed +18
-8
lines changed
Expand file tree Collapse file tree 2 files changed +18
-8
lines changed Original file line number Diff line number Diff line change 2626 },
2727 "dependencies" : {},
2828 "devDependencies" : {
29- "@sindresorhus/tsconfig" : " ^7.0.0" ,
3029 "@types/node" : " ^18.18.13" ,
3130 "c8" : " ^10.1.2" ,
3231 "del-cli" : " ^6.0.0" ,
Original file line number Diff line number Diff line change 11{
2- "extends" : " @sindresorhus/tsconfig" ,
3- "include" : [
4- " source"
5- ],
62 "compilerOptions" : {
7- "lib" : [" ES2020" ],
8- "target" : " ES2020" , // Node.js 14
9- "outDir" : " dist"
3+ "declaration" : true ,
4+ "forceConsistentCasingInFileNames" : true ,
5+ "module" : " node16" ,
6+ "moduleDetection" : " force" ,
7+ "noEmitOnError" : true ,
8+ "noFallthroughCasesInSwitch" : true ,
9+ "noImplicitOverride" : true ,
10+ "noImplicitReturns" : true ,
11+ "noPropertyAccessFromIndexSignature" : true ,
12+ "noUncheckedIndexedAccess" : true ,
13+ "noUncheckedSideEffectImports" : true ,
14+ "noUnusedLocals" : true ,
15+ "noUnusedParameters" : true ,
16+ "outDir" : " dist" ,
17+ "skipLibCheck" : true ,
18+ "strict" : true ,
19+ "target" : " es2020" , // Node.js 14
20+ "verbatimModuleSyntax" : true
1021 }
1122}
You can’t perform that action at this time.
0 commit comments