Browse Source

remove allowJs from tsconfig

PS-589-2fa-device-verification-settings
Kyle Spearrin 8 years ago
parent
commit
149ae8a59c
  1. 1
      tsconfig.json

1
tsconfig.json

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

Loading…
Cancel
Save