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

6 lines
109 B
JSON
Raw Normal View History

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