Skip to content

Commit

Permalink
Merge pull request #515 from Anmol-Baranwal/hack_noImplicitAny
Browse files Browse the repository at this point in the history
feat: add noImplicitAny in tsconfig.json
  • Loading branch information
mkubdev authored Aug 10, 2023
2 parents 3861e06 + 27971d8 commit 76191ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"isolatedModules": true,
"jsx": "preserve",
"baseUrl": ".",
"noImplicitAny": true,
"paths": {
"@/*": ["./src/*"]
},
Expand Down

1 comment on commit 76191ed

@vercel
Copy link

@vercel vercel bot commented on 76191ed Aug 10, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.