From e322ef9b19b5aaca09a9c4cc74f46614bd7c5f2c Mon Sep 17 00:00:00 2001 From: Jack Steam Date: Thu, 22 Aug 2019 11:30:52 -0500 Subject: [PATCH] Fix tsconfig --- tsconfig.d.json | 1 - 1 file changed, 1 deletion(-) diff --git a/tsconfig.d.json b/tsconfig.d.json index 3fdbc8f..131a58f 100755 --- a/tsconfig.d.json +++ b/tsconfig.d.json @@ -1,6 +1,5 @@ { "compilerOptions": { - "allowJs": true, "allowSyntheticDefaultImports": true, "declaration": true, "declarationDir": "types",