소스 검색

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"