File tree Expand file tree Collapse file tree 2 files changed +14
-4
lines changed Expand file tree Collapse file tree 2 files changed +14
-4
lines changed Original file line number Diff line number Diff line change 1010 "rootDir" : " ." ,
1111 "sourceMap" : true ,
1212 "strict" : true ,
13+ "noUnusedLocals" : true ,
14+ "noUnusedParameters" : true ,
15+ "noImplicitReturns" : true ,
16+ "noImplicitOverride" : true ,
1317 "moduleResolution" : " node" ,
1418 "esModuleInterop" : true ,
1519 "lib" : [" ESNext" ]
16- }
20+ },
21+ "include" : [" src/**/*.ts" ]
1722}
Original file line number Diff line number Diff line change 11{
22 "compilerOptions" : {
3- "module" : " commonjs" ,
4- "target" : " es6" ,
3+ "module" : " CommonJS" ,
4+ "target" : " ESNext" ,
5+ "incremental" : true ,
6+ "skipLibCheck" : true ,
7+ "forceConsistentCasingInFileNames" : true ,
58 "outDir" : " dist" ,
69 "rootDir" : " ." ,
710 "sourceMap" : true ,
1013 "noUnusedParameters" : true ,
1114 "noImplicitReturns" : true ,
1215 "noImplicitOverride" : true ,
16+ "moduleResolution" : " node" ,
1317 "esModuleInterop" : true ,
14- "resolveJsonModule" : true
18+ "resolveJsonModule" : true ,
19+ "lib" : [" ESNext" ]
1520 },
1621 "include" : [" src/**/*.ts" ]
1722}
You can’t perform that action at this time.
0 commit comments