Stirling-PDF/server-node/nodemon.json
2023-11-14 23:14:08 +01:00

6 lines
224 B
JSON

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