Answers for "how to put typescript on continuous build on save"

0

how to put typescript on continuous build on save

{
  "scripts": {
    "dev:server": "nodemon --watch './**/*.ts' --exec 'ts-node' server.ts"
  }
}
Posted by: Guest on March-13-2022
0

how to put typescript on continuous build on save

npm i -D nodemon ts-node
Posted by: Guest on March-13-2022

Code answers related to "TypeScript"

Browse Popular Code Answers by Language