File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
2- "compilerOptions" : {
3- "module" : " commonjs" ,
4- "lib" : [" es2015" ],
5- "target" : " es2015" ,
6- "sourceMap" : true ,
7- "strict" : false ,
8- "noImplicitAny" : false ,
9- "outDir" : " out" ,
10- // "declaration": true,
11- // "allowJs": true,
12- "esModuleInterop" : true ,
13- "skipLibCheck" : true ,
14- // "checkJs": true,
15- // "declarationMap": true
16- },
17- "include" : [
18- " lib/**/*.ts" ,
19- " index.ts"
20- ],
21- "exclude" : [
22- " node_modules"
23- ]
24- }
2+ "compilerOptions" : {
3+ "module" : " commonjs" ,
4+ "lib" : [" es2015" ],
5+ "target" : " es2015" ,
6+ "sourceMap" : true ,
7+ "strict" : false ,
8+ "noImplicitAny" : false ,
9+ "outDir" : " out" ,
10+ "declaration" : true ,
11+ "allowJs" : true ,
12+ "esModuleInterop" : true ,
13+ "skipLibCheck" : true ,
14+ "forceConsistentCasingInFileNames" : true ,
15+ "checkJs" : true ,
16+ "declarationMap" : true ,
17+ "moduleDetection" : " force"
18+ },
19+ "include" : [
20+ " lib/**/*.ts" ,
21+ " index.ts"
22+ ],
23+ "exclude" : [
24+ " node_modules"
25+ ]
26+ }
You can’t perform that action at this time.
0 commit comments