Created
October 27, 2023 17:12
-
-
Save simonespa/50f0f3271ade5a8b9f62cc3e75c6df3d to your computer and use it in GitHub Desktop.
Init Typescript Project
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 | |
| pnpm install typescript @types/node --save-dev | |
| pnpm tsc --init --rootDir src --outDir build --lib es6 --noImplicitAny true --resolveJsonModule |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment