浏览代码

tech: updated tsconfig

Torkel Ödegaard 8 年之前
父节点
当前提交
8fe21b43e9
共有 1 个文件被更改,包括 4 次插入4 次删除
  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"