-
-
Save HeGanjie/af2f697e7f817ce301752f48f125025c to your computer and use it in GitHub Desktop.
quick run typescript
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
npx -p typescript -p ts-node -c "nodemon --watch 'src/**/*.ts' --ignore 'src/**/*.spec.ts' --exec 'ts-node' src/server/app.ts" | |
debug: | |
npm i ts-node --no-save | |
npx -p typescript -p ts-node -c 'node -r ts-node/register --inspect-brk src/server/app.ts' | |
npx webpack --progress |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment