David Catuhe 7 years ago
parent
commit
c1ab327583
1 changed files with 1 additions and 2 deletions
  1. 1 2
      gui/src/tsconfig.json

+ 1 - 2
gui/src/tsconfig.json

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