cookie-dialog-monster/packages/api/nodemon.json
2022-05-23 13:07:25 +02:00

7 lines
118 B
JSON

{
"exec": "ts-node -r tsconfig-paths/register ./src/index.ts",
"ext": ".ts",
"ignore": [],
"watch": ["src"]
}