From 7867114665c00fb4a25a51d74550b8f0ed6f6bca Mon Sep 17 00:00:00 2001 From: Drew Short Date: Fri, 10 Jan 2020 15:04:09 -0600 Subject: [PATCH] Disable js source allowance --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 3c91846..decf503 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,7 +1,7 @@ { "compilerOptions": { "outDir": "./dist", - "allowJs": true, + "allowJs": false, "target": "ES2015", "module": "CommonJS", "typeRoots": [