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