Skip to content

Commit 76191ed

Browse files
authored
Merge pull request #515 from Anmol-Baranwal/hack_noImplicitAny
feat: add noImplicitAny in tsconfig.json
2 parents 3861e06 + 27971d8 commit 76191ed

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)