File tree Expand file tree Collapse file tree 1 file changed +19
-24
lines changed Expand file tree Collapse file tree 1 file changed +19
-24
lines changed Original file line number Diff line number Diff line change 11{
2- "compilerOptions" : {
3- "target" : " es5" ,
4- "lib" : [
5- " dom" ,
6- " dom.iterable" ,
7- " esnext"
8- ],
9- "allowJs" : true ,
10- "skipLibCheck" : true ,
11- "esModuleInterop" : true ,
12- "allowSyntheticDefaultImports" : true ,
13- "strict" : true ,
14- "forceConsistentCasingInFileNames" : true ,
15- "noFallthroughCasesInSwitch" : true ,
16- "module" : " esnext" ,
17- "moduleResolution" : " node" ,
18- "resolveJsonModule" : true ,
19- "isolatedModules" : true ,
20- "noEmit" : true ,
21- "jsx" : " react-jsx"
22- },
23- "include" : [
24- " src"
25- ]
2+ "compilerOptions" : {
3+ "target" : " es5" ,
4+ "lib" : [" dom" , " dom.iterable" , " esnext" ],
5+ "allowJs" : true ,
6+ "skipLibCheck" : true ,
7+ "esModuleInterop" : true ,
8+ "allowSyntheticDefaultImports" : true ,
9+ "strict" : true ,
10+ "forceConsistentCasingInFileNames" : true ,
11+ "noFallthroughCasesInSwitch" : true ,
12+ "module" : " esnext" ,
13+ "moduleResolution" : " node" ,
14+ "resolveJsonModule" : true ,
15+ "isolatedModules" : true ,
16+ "noEmit" : true ,
17+ "jsx" : " react-jsx" ,
18+ "baseUrl" : " src"
19+ },
20+ "include" : [" src" , " **/*.ts" , " **/*.tsx" ]
2621}
You can’t perform that action at this time.
0 commit comments