File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ node_modules
2+ .turbo
Original file line number Diff line number Diff line change 11{
2- "extends" : " ../../tsconfig.json" ,
32 "compilerOptions" : {
4- "outDir" : " ./dist" ,
5- "rootDir" : " ./src" ,
6- "target" : " es2020" ,
7- "module" : " commonjs" ,
8- "noEmit" : false ,
9- "declaration" : true ,
10- "strict" : true ,
3+ "outDir" : " dist" ,
4+ "rootDir" : " src" ,
5+ "lib" : [" ESNext" , " dom" ],
6+ "module" : " Preserve" ,
7+ "moduleResolution" : " Bundler" ,
8+ "strict" : false ,
119 "esModuleInterop" : true ,
1210 "skipLibCheck" : true ,
13- "forceConsistentCasingInFileNames" : true ,
14- "allowImportingTsExtensions" : false ,
15- "lib" : [
16- " es2020" ,
17- " dom"
18- ],
19- "moduleResolution" : " node"
11+ "forceConsistentCasingInFileNames" : false ,
12+ "allowImportingTsExtensions" : true ,
13+ "declaration" : true ,
14+ "emitDeclarationOnly" : true ,
15+ "resolveJsonModule" : true ,
16+ "noImplicitAny" : false ,
17+ "allowJs" : true ,
18+ "checkJs" : false ,
19+ "noEmitOnError" : false ,
20+ "moduleDetection" : " force" ,
21+ "allowArbitraryExtensions" : true
2022 },
21- "include" : [
22- " src/**/*"
23- ],
24- "exclude" : [
25- " node_modules" ,
26- " dist"
27- ]
28- }
23+ "include" : [" src/**/*.ts" ]
24+ }
You can’t perform that action at this time.
0 commit comments