Skip to content

Commit 65ff0cc

Browse files
committed
Tweak tsconfig.json for parcel
1 parent 816a5e3 commit 65ff0cc

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

lib/tsconfig.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"lib": ["es7", "dom", "ES2017.object"],
88
"module": "commonjs",
99
"esModuleInterop": true,
10-
"allowJs": true,
10+
"allowJs": false,
1111
"noLib": false,
1212
"outDir": "../dist",
1313
"preserveConstEnums": true,
@@ -21,7 +21,8 @@
2121
"noImplicitAny": true,
2222
"noImplicitThis": true,
2323
"plugins": [{"name": "typescript-tslint-plugin"}],
24-
"newLine": "LF"
24+
"newLine": "LF",
25+
"noEmit": true
2526
},
26-
"compileOnSave": true
27+
"compileOnSave": false
2728
}

0 commit comments

Comments
 (0)