File tree 2 files changed +2
-14
lines changed
2 files changed +2
-14
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "compileOnSave " : true ,
2
+ "extends " : " ../tsconfig.json " ,
3
3
"compilerOptions" : {
4
- "alwaysStrict" : true ,
5
- "lib" : [" esnext" ],
6
- "module" : " commonjs" ,
7
- "noUnusedParameters" : true ,
8
- "sourceMap" : true ,
9
4
"declaration" : false ,
10
- "noUnusedLocals" : true ,
11
- "removeComments" : false ,
12
- "target" : " ES2020" ,
13
- "importsNotUsedAsValues" : " error" ,
14
- "strictNullChecks" : true ,
15
- "preserveConstEnums" : true ,
16
- "exactOptionalPropertyTypes" : true ,
5
+ "declarationMap" : false ,
17
6
"skipLibCheck" : true
18
7
},
19
8
"include" : [" ./index.ts" ]
Original file line number Diff line number Diff line change 11
11
"noUnusedLocals" : true ,
12
12
"removeComments" : false ,
13
13
"target" : " ES2020" ,
14
- "importsNotUsedAsValues" : " error" ,
15
14
"strictNullChecks" : true ,
16
15
"preserveConstEnums" : true ,
17
16
"exactOptionalPropertyTypes" : true
You can’t perform that action at this time.
0 commit comments