all repos — website @ c6d1ef68b084883936d9464037bee0831b51bc9b

My website

tsc: disable implicit any
Alan Pearce alan@alanpearce.eu
Mon, 01 Apr 2024 22:16:44 +0200
commit

c6d1ef68b084883936d9464037bee0831b51bc9b

parent

0797935fa791c04e8041da7d17f2fc86c0bd8525

1 files changed, 1 insertions(+), 0 deletions(-)

jump to
M tsconfig.jsontsconfig.json
@@ -15,6 +15,7 @@ "jsx": "preserve",     "allowSyntheticDefaultImports": true,
     "forceConsistentCasingInFileNames": true,
     "allowJs": true,
+    "noImplicitAny": true,
     "paths": {
       "toml-matter": ["./node_modules/toml-matter"]
     },