Last active
April 12, 2023 18:52
-
-
Save paulodutra/d4988d649a2e190f362eba977e8a0ebe to your computer and use it in GitHub Desktop.
1 - Create a simple project with typescript and jest
This file contains hidden or 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
npm init -y | |
npm i typescript [email protected] @types/node @types/[email protected] [email protected] --save-dev | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment