Last active
October 5, 2024 19:56
-
-
Save wazeerc/0a4b657e143ca0183c582acade64b401 to your computer and use it in GitHub Desktop.
My preferred TypeScript config 🛠️
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"compilerOptions": { | |
"strict": true, | |
"noUnusedLocals": true, | |
"noUnusedParameters": true, | |
"noImplicitAny": true | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment