rsnext/examples/custom-server-typescript/nodemon.json
2020-02-21 19:09:23 +01:00

5 lines
112 B
JSON

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