Stirling-PDF/server-node/nodemon.json
2023-11-14 20:22:37 +01:00

6 lines
196 B
JSON

{
"watch": ["src"],
"ext": "ts,json",
"ignore": ["src/**/*.spec.ts"],
"exec": "node --trace-warnings --experimental-specifier-resolution=node --loader ts-node/esm ./src/index.ts"
}