about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--tsconfig.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/tsconfig.json b/tsconfig.json
index 89af184..4b0a101 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -15,6 +15,7 @@
     "allowSyntheticDefaultImports": true,
     "forceConsistentCasingInFileNames": true,
     "allowJs": true,
+    "noImplicitAny": true,
     "paths": {
       "toml-matter": ["./node_modules/toml-matter"]
     },