tsc: disable implicit any
Alan Pearce alan@alanpearce.eu
Mon, 01 Apr 2024 22:16:44 +0200
1 files changed, 1 insertions(+), 0 deletions(-)
jump to
M tsconfig.json → tsconfig.json
@@ -15,6 +15,7 @@ "jsx": "preserve", "allowSyntheticDefaultImports": true, "forceConsistentCasingInFileNames": true, "allowJs": true, + "noImplicitAny": true, "paths": { "toml-matter": ["./node_modules/toml-matter"] },