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