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
+
1
2
{
2
3
"compilerOptions" : {
3
4
"allowUnreachableCode" : false ,
4
5
"allowUnusedLabels" : false ,
5
- "alwaysStrict" : true ,
6
6
"esModuleInterop" : true ,
7
7
"importsNotUsedAsValues" : " error" ,
8
8
"forceConsistentCasingInFileNames" : true ,
9
9
"jsx" : " react" ,
10
- "lib" : [" esnext" ],
10
+ "lib" : [" esnext" , " dom " ],
11
11
"module" : " esnext" ,
12
12
"moduleResolution" : " node" ,
13
13
"noFallthroughCasesInSwitch" : true ,
14
- "noImplicitAny" : true ,
15
14
"noImplicitReturns" : true ,
16
- "noImplicitThis" : true ,
17
15
"noImplicitUseStrict" : false ,
18
16
"noStrictGenericChecks" : false ,
19
17
"noUnusedLocals" : true ,
22
20
"skipLibCheck" : true ,
23
21
"strict" : true ,
24
22
"target" : " esnext" ,
25
- "plugins" : [{ "name" : " typescript-tslint-plugin" }]
26
23
},
27
24
"exclude" : [" typings/**/*" , " lib/**/*" , " templates/**/*" ]
28
25
}
You can’t perform that action at this time.
0 commit comments