creates a nodemon server that watches for changes on a main.ts file lints it and runs it for fast typescript script writing.
npm installnpm run start- Write your script and watch as it lints, compiles and runs on save
creates a nodemon server that watches for changes on a main.ts file lints it and runs it for fast typescript script writing.
TypeScript