Skip to content

Instantly share code, notes, and snippets.

@WesleySmits
Created October 10, 2021 10:53
Show Gist options
  • Save WesleySmits/c45661be2e3579a886695d2456495c8c to your computer and use it in GitHub Desktop.
Save WesleySmits/c45661be2e3579a886695d2456495c8c to your computer and use it in GitHub Desktop.
TS Starter: Add jest to tsconfig types
- "types": ["node"],
+ "types": ["node", "jest"],
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment