Skip to content

Commit aa04d85

Browse files
committed
Update tsconfig
1 parent 934f7c7 commit aa04d85

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

src/tsconfig.json

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"compilerOptions": {
3-
//// Linting Options - Uncomment options to get more features (usually more restrictive)
43
"strict": true,
54
"strictNullChecks": true,
65
"noUnusedLocals": true,
@@ -9,32 +8,23 @@
98
"noImplicitAny": true,
109
"noImplicitThis": true,
1110
"noFallthroughCasesInSwitch": true,
12-
//// Compilation options
13-
"downlevelIteration": true,
1411
"declaration": true,
1512
"emitDecoratorMetadata": true,
1613
"experimentalDecorators": true,
1714
"incremental": true,
18-
// "preserveConstEnums": true,
1915
"inlineSourceMap": true,
2016
"inlineSources": true,
2117
"preserveSymlinks": true,
2218
"removeComments": true,
23-
//
24-
// "jsx": "react",
25-
// "jsxFactory": "etch.dom",
26-
//
19+
/* "jsx": "react", */
20+
/* "jsxFactory": "etch.dom", */
2721
"lib": ["ES2018", "dom"],
2822
"target": "ES2018",
29-
//
3023
"allowJs": true,
3124
"esModuleInterop": true,
3225
"module": "commonjs",
3326
"moduleResolution": "node",
34-
// "noLib": false,
3527
"importHelpers": false,
36-
// if true you should add tslib to deps
37-
// "skipLibCheck": false,
3828
"outDir": "../dist"
3929
},
4030
"compileOnSave": false

0 commit comments

Comments
 (0)