UNPKG

create-etsc-jest

Version:

Create a package following templates using TypeScript, esbuild, jest, and more

9 lines (7 loc) 164 B
{ "$schema": "http://json.schemastore.org/nodemon", "watch": ["src"], "ext": "ts", "exec": "etsc && node ./dist/index.js", "legacyWatch": true }