1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-12 14:23:32 +00:00

remove allowJs from tsconfig

This commit is contained in:
Kyle Spearrin
2018-06-13 12:36:48 -04:00
parent 1ab6ce6ec0
commit 149ae8a59c

View File

@@ -5,7 +5,6 @@
"target": "ES6",
"module": "commonjs",
"lib": ["es5", "es6", "dom"],
"allowJs": true,
"sourceMap": true,
"declaration": true,
"allowSyntheticDefaultImports": true,