You can either transpile this to NodeJS or run it directly as TS.
Running Without Transpilation: ts-node index.ts Transpiling: tsc & node dist/index.js
ts-node index.ts
tsc
node dist/index.js
When it starts, you will see output in the CLI. Type help for a list of commands to get started!
help
There was an error while loading. Please reload this page.