bash
npm i ts-node -g npm i nodemon -g
index.ts
const foo: string = 'Hello' console.log(foo)
nodemon index.ts