all repos — homestead @ 9aa30e93bcd026be8495f358780ddba52631f149

Code for my website

tsc: disable implicit any

Alan Pearce
commit

9aa30e93bcd026be8495f358780ddba52631f149

parent

b4ce7b117c5d3147dfacdc2039981dfb3716b8b8

1 file changed, 1 insertion(+), 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"] },