File tree Expand file tree Collapse file tree 1 file changed +10
-12
lines changed Expand file tree Collapse file tree 1 file changed +10
-12
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"compilerOptions" : {
3
- "sourceMap" : true ,
4
- "declaration" : true ,
5
- "moduleResolution" : " node" ,
6
- "emitDecoratorMetadata" : true ,
7
- "experimentalDecorators" : true ,
8
- "resolveJsonModule" : true ,
9
- "importHelpers" : true ,
10
- "target" : " es2018" ,
11
- "module" : " commonjs" ,
12
- "esModuleInterop" : true ,
13
3
"allowUnreachableCode" : false ,
14
4
"allowUnusedLabels" : false ,
5
+ "declaration" : true ,
6
+ "esModuleInterop" : true ,
15
7
"forceConsistentCasingInFileNames" : true ,
8
+ "lib" : [" es2016" ],
9
+ "module" : " commonjs" ,
16
10
"noEmitOnError" : true ,
17
11
"noFallthroughCasesInSwitch" : true ,
18
12
"noImplicitReturns" : true ,
19
13
"pretty" : true ,
14
+ "sourceMap" : true ,
20
15
"strict" : true ,
21
- "noUnusedLocals " : true
16
+ "target " : " es2017 "
22
17
},
23
- "exclude" : [" node_modules" , " documentation" ]
18
+ "exclude" : [
19
+ " node_modules" ,
20
+ " documentation"
21
+ ]
24
22
}
You can’t perform that action at this time.
0 commit comments