We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Some TypeScript practice
Use tsc -w to start watching and compiling
tsc -w
Use node out/program.js to run a program
node out/program.js