all repos — website @ c6d1ef68b084883936d9464037bee0831b51bc9b

My website

tsc: disable implicit any

Alan Pearce
commit

c6d1ef68b084883936d9464037bee0831b51bc9b

parent

0797935fa791c04e8041da7d17f2fc86c0bd8525

1 file changed, 1 insertion(+), 0 deletions(-)

changed files
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"] },