Skip to content

Commit 29bbceb

Browse files
committed
fix: enable noImplicitAny for stricter type checking
1 parent 7197056 commit 29bbceb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

web/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"declaration": true,
6666
"noImplicitReturns": true,
6767
"noImplicitThis": true,
68-
"noImplicitAny": false,
68+
"noImplicitAny": true,
6969
"resolveJsonModule": true,
7070
"target": "ES2020",
7171
"lib": [

0 commit comments

Comments
 (0)