Browse Source

tech: updated tsconfig

Torkel Ödegaard 8 years ago
parent
commit
8fe21b43e9
1 changed files with 4 additions and 4 deletions
  1. 4 4
      tsconfig.json

+ 4 - 4
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"