From 4efd1880a2e10af7cf2d8a01ecc0577abbe13756 Mon Sep 17 00:00:00 2001 From: Maxime GRIS Date: Thu, 27 Apr 2017 21:03:16 +0200 Subject: [PATCH] allowJs --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index a35a8ee3a..894d08f95 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -8,6 +8,7 @@ "moduleResolution": "node", "emitDecoratorMetadata": true, "experimentalDecorators": true, + "allowJs": true, "target": "es5", "typeRoots": [ "node_modules/@types"