TypescriptDeveloping EnvironmentOn this pagePackages nodemon Watch the changes of directory, and auto execute command you prefer concurrently Run NodeJS runtime in multiple processing, can accelerate TSC speed The npm start { "scripts": { "start:build": "tsc -w", "start:run": "nodemon build/index.js", "start": "currently npm:start:*" }}