From c6d1ef68b084883936d9464037bee0831b51bc9b Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Mon, 1 Apr 2024 22:16:44 +0200 Subject: tsc: disable implicit any --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) 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"] }, -- cgit 1.4.1