6 lines
133 B
JSON
6 lines
133 B
JSON
{
|
|
"watch": ["server.ts"],
|
|
"exec": "ts-node -r tsconfig-paths/register --project tsconfig.server.json server.ts",
|
|
"ext": "js ts"
|
|
}
|