File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change 1+
12{
23 "compilerOptions" : {
34 "allowUnreachableCode" : false ,
45 "allowUnusedLabels" : false ,
5- "alwaysStrict" : true ,
66 "esModuleInterop" : true ,
77 "importsNotUsedAsValues" : " error" ,
88 "forceConsistentCasingInFileNames" : true ,
99 "jsx" : " react" ,
10- "lib" : [" esnext" ],
10+ "lib" : [" esnext" , " dom " ],
1111 "module" : " esnext" ,
1212 "moduleResolution" : " node" ,
1313 "noFallthroughCasesInSwitch" : true ,
14- "noImplicitAny" : true ,
1514 "noImplicitReturns" : true ,
16- "noImplicitThis" : true ,
1715 "noImplicitUseStrict" : false ,
1816 "noStrictGenericChecks" : false ,
1917 "noUnusedLocals" : true ,
2220 "skipLibCheck" : true ,
2321 "strict" : true ,
2422 "target" : " esnext" ,
25- "plugins" : [{ "name" : " typescript-tslint-plugin" }]
2623 },
2724 "exclude" : [" typings/**/*" , " lib/**/*" , " templates/**/*" ]
2825}
You can’t perform that action at this time.
0 commit comments