[TS] Make compiler checks a bit more aggressive, fix indentation
[ldk-java] / ts / tsconfig.json
index 922bd1732f939de236e9b5b9f8004a5f26a494ac..4728be189f9e48c83d93dc17ebc19ab53ba41a49 100644 (file)
@@ -5,7 +5,7 @@
     "forceConsistentCasingInFileNames": true,
 
     "strict": true,
-    "noImplicitAny": false,
+    "noImplicitAny": true,
     "strictNullChecks": false,
     "strictFunctionTypes": true,
     "strictBindCallApply": true,