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

5 lines
102 B
JSON
Raw Normal View History

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