-
-
Save WesleySmits/c45661be2e3579a886695d2456495c8c to your computer and use it in GitHub Desktop.
TS Starter: Add jest to tsconfig types
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
- "types": ["node"], | |
+ "types": ["node", "jest"], |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment