From 8fe21b43e9544427caa82e4cdf9e2402ce228cad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Thu, 21 Sep 2017 17:34:22 +0200 Subject: [PATCH] tech: updated tsconfig --- tsconfig.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 42aaf88f46a..d0dfe33cce3 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -9,10 +9,10 @@ "rootDir": "public/", "module": "system", "jsx": "react", - "noEmitOnError": true, - "emitDecoratorMetadata": true, - "experimentalDecorators": true, - "noImplicitReturns":false, + "noEmitOnError": false, + "emitDecoratorMetadata": false, + "experimentalDecorators": false, + "noImplicitReturns": false, "noImplicitThis": false, "noImplicitUseStrict":false, "moduleResolution": "classic"