From 149ae8a59c8412e58798afa09135928d6ba6890c Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Wed, 13 Jun 2018 12:36:48 -0400 Subject: [PATCH] remove allowJs from tsconfig --- tsconfig.json | 1 - 1 file changed, 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 490d58e983b..9db279a7073 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -5,7 +5,6 @@ "target": "ES6", "module": "commonjs", "lib": ["es5", "es6", "dom"], - "allowJs": true, "sourceMap": true, "declaration": true, "allowSyntheticDefaultImports": true,