status-tutorials/nodemon.json

6 lines
122 B
JSON

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