Files
yaak/plugin-runtime/nodemon.json
T

6 lines
91 B
JSON

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