File tree Expand file tree Collapse file tree 1 file changed +2
-12
lines changed Expand file tree Collapse file tree 1 file changed +2
-12
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"compilerOptions" : {
3
- // // Linting Options - Uncomment options to get more features (usually more restrictive)
4
3
"strict" : true ,
5
4
"strictNullChecks" : true ,
6
5
"noUnusedLocals" : true ,
9
8
"noImplicitAny" : true ,
10
9
"noImplicitThis" : true ,
11
10
"noFallthroughCasesInSwitch" : true ,
12
- // // Compilation options
13
- "downlevelIteration" : true ,
14
11
"declaration" : true ,
15
12
"emitDecoratorMetadata" : true ,
16
13
"experimentalDecorators" : true ,
17
14
"incremental" : true ,
18
- // "preserveConstEnums": true,
19
15
"inlineSourceMap" : true ,
20
16
"inlineSources" : true ,
21
17
"preserveSymlinks" : true ,
22
18
"removeComments" : true ,
23
- //
24
- // "jsx": "react",
25
- // "jsxFactory": "etch.dom",
26
- //
19
+ /* "jsx": "react", */
20
+ /* "jsxFactory": "etch.dom", */
27
21
"lib" : [" ES2018" , " dom" ],
28
22
"target" : " ES2018" ,
29
- //
30
23
"allowJs" : true ,
31
24
"esModuleInterop" : true ,
32
25
"module" : " commonjs" ,
33
26
"moduleResolution" : " node" ,
34
- // "noLib": false,
35
27
"importHelpers" : false ,
36
- // if true you should add tslib to deps
37
- // "skipLibCheck": false,
38
28
"outDir" : " ../dist"
39
29
},
40
30
"compileOnSave" : false
You can’t perform that action at this time.
0 commit comments