Answers for "node project package scripts typescript"

0

node project package scripts typescript

"scripts": {
    "clean": "rimraf dist",
    "start": "npm-run-all clean --parallel watch:build watch:server --print-label",
    "watch:build": "tsc --watch",
    "watch:server": "nodemon './dist/index.js' --watch './dist'"
}
Posted by: Guest on May-20-2020

Code answers related to "TypeScript"

Browse Popular Code Answers by Language