Skip to content

Instantly share code, notes, and snippets.

@coltenkrauter
Created March 17, 2023 23:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save coltenkrauter/eff685fb2280a867b13f0955b4d5b2fe to your computer and use it in GitHub Desktop.
Save coltenkrauter/eff685fb2280a867b13f0955b4d5b2fe to your computer and use it in GitHub Desktop.
Bootstrap TypeScript repository
# 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