Created
March 17, 2023 23:44
-
-
Save coltenkrauter/eff685fb2280a867b13f0955b4d5b2fe to your computer and use it in GitHub Desktop.
Bootstrap TypeScript repository
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
# In the reposityroy root | |
npm i typescript --save-dev | |
npx tsc --init | |
# create index.ts | |
# Update package.json with the following, | |
"scripts": { | |
"start": "node dist/index.js", | |
"build": "npx tsc --outDir dist" | |
}, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment