File tree Expand file tree Collapse file tree 3 files changed +20
-2
lines changed Expand file tree Collapse file tree 3 files changed +20
-2
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "compilerOptions" : {
3+ "target" : " es6" ,
4+ "module" : " node16" ,
5+ "types" : [" node" ],
6+ "declaration" : true ,
7+ "noEmit" : true ,
8+ "isolatedModules" : true ,
9+ "esModuleInterop" : true ,
10+ "forceConsistentCasingInFileNames" : true ,
11+ "strict" : true ,
12+ "skipLibCheck" : false ,
13+ "noFallthroughCasesInSwitch" : true ,
14+ "noImplicitReturns" : true ,
15+ "noUncheckedIndexedAccess" : true ,
16+ "noImplicitAny" : true
17+ }
18+ }
Original file line number Diff line number Diff line change 1515 "noUncheckedIndexedAccess" : true ,
1616 "noImplicitAny" : true
1717 },
18- "include" : [" src" , " test " ]
18+ "include" : [" src" ]
1919}
Original file line number Diff line number Diff line change 44 "module" : " node16" ,
55 "types" : [" node" ],
66 "declaration" : true ,
7- "outDir " : " lib " ,
7+ "noEmit " : true ,
88 "isolatedModules" : true ,
99 "esModuleInterop" : true ,
1010 "forceConsistentCasingInFileNames" : true ,
You can’t perform that action at this time.
0 commit comments