Skip to content

Commit 27971d8

Browse files
feat: add noImplicitAny in tsconfig.json
1 parent 8ca387f commit 27971d8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
"isolatedModules": true,
1515
"jsx": "preserve",
1616
"baseUrl": ".",
17+
"noImplicitAny": true,
1718
"paths": {
1819
"@/*": ["./src/*"]
1920
},

0 commit comments

Comments
 (0)