Files
scrape-icp/nodemon.json
2023-03-13 20:44:13 +01:00

8 lines
170 B
JSON

{
"watch": ["src"],
"ext": "ts",
"ignore": ["src/**/*.spec.ts"],
"exec": "ts-node-esm --files --project tsconfig.json src",
"inspect": true,
"verbose": true
}