From e83f7fada68526bab5d576102d2692f98427c565 Mon Sep 17 00:00:00 2001 From: Ferdi Koomen Date: Fri, 18 Dec 2020 11:57:32 +0100 Subject: [PATCH] - Removed allow js prop since its not needed --- tsconfig.json | 1 - 1 file changed, 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index db6a18e2..6e0b3c02 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -16,7 +16,6 @@ "strictNullChecks": true, "strictFunctionTypes": true, "allowSyntheticDefaultImports": true, - "allowJs": true, "skipLibCheck": true },