chore(tsconfig): do not enable "allowJs"

This commit is contained in:
Adam Bradley
2018-02-06 08:53:38 -06:00
parent 53ee1e099e
commit b687884576

View File

@@ -1,6 +1,5 @@
{
"compilerOptions": {
"allowJs": true,
"allowSyntheticDefaultImports": true,
"allowUnreachableCode": false,
"alwaysStrict": true,