rsnext/examples/custom-server-typescript/nodemon.json

5 lines
No EOL
121 B
JSON

{
"watch": ["server", "static"],
"exec": "ts-node --project tsconfig.server.json server/index.ts",
"ext": "js ts"
}