소스 검색

Removed strict:true for now

David Catuhe 7 년 전
부모
커밋
4314bc8644

+ 1 - 2
inspector/src/tsconfig.json

@@ -7,7 +7,6 @@
         "noImplicitReturns": true,
         "noImplicitThis": true,
         "noUnusedLocals": true,    
-        "strictNullChecks": true,
-        "strict": true
+        "strictNullChecks": true
     }
 }

+ 1 - 2
loaders/src/tsconfig.json

@@ -10,7 +10,6 @@
     "noImplicitReturns": true,
     "noImplicitThis": true,
     "noUnusedLocals": true,    
-    "strictNullChecks": true,
-    "strict": true
+    "strictNullChecks": true
   }
 }

+ 1 - 2
materialsLibrary/src/tsconfig.json

@@ -7,7 +7,6 @@
     "noImplicitReturns": true,
     "noImplicitThis": true,
     "noUnusedLocals": true,
-    "strictNullChecks": true,
-    "strict": true
+    "strictNullChecks": true
   }
 }

+ 1 - 2
postProcessLibrary/src/tsconfig.json

@@ -7,7 +7,6 @@
     "noImplicitReturns": true,
     "noImplicitThis": true,
     "noUnusedLocals": true,    
-    "strictNullChecks": true,
-    "strict": true
+    "strictNullChecks": true
   }
 }

+ 1 - 2
proceduralTexturesLibrary/src/tsconfig.json

@@ -7,7 +7,6 @@
     "noImplicitReturns": true,
     "noImplicitThis": true,
     "noUnusedLocals": true,    
-    "strictNullChecks": true,
-    "strict": true
+    "strictNullChecks": true
   }
 }

+ 1 - 2
serializers/src/tsconfig.json

@@ -7,7 +7,6 @@
     "noImplicitReturns": true,
     "noImplicitThis": true,
     "noUnusedLocals": true,    
-    "strictNullChecks": true,
-    "strict": true
+    "strictNullChecks": true
   }
 }