Skip to content

Instantly share code, notes, and snippets.

@tommykw
Last active May 17, 2022 00:56
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 tommykw/87185005f3914a9ee99521e33b51d0ed to your computer and use it in GitHub Desktop.
Save tommykw/87185005f3914a9ee99521e33b51d0ed to your computer and use it in GitHub Desktop.
TypeScript Compiling
// Set up
$ npm init --yes
$ npm install typescript
$ npx tsc --init
$ mkdir src && cd src && touch index.ts
// node
$ npx tsc
$ node index.js
// deno
$ deno run index.ts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment