9 lines
220 B
JSON
9 lines
220 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/nodemon.json",
|
|
"exec": "ts-node --project tsconfig.server.json src/server.ts -- -I",
|
|
"ext": "js ts",
|
|
"ignore": ["src/app"],
|
|
"stdin": false,
|
|
"watch": ["server.ts"]
|
|
}
|