From 2547858efbf7ea834c1ad303b3d2447fa41249ed Mon Sep 17 00:00:00 2001 From: Paris Kasidiaris Date: Wed, 15 Nov 2017 19:48:10 +0200 Subject: [PATCH] Remove "debugging" `allowJs` --- tsconfig.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 45bdda17..38bfd2fa 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -5,8 +5,7 @@ "rootDir": "src", "outDir": "lib", "sourceMap": true, - "removeComments": true, - "allowJs": true + "removeComments": true }, "include": [ "src/**/*"