6 lines
135 B
JSON
6 lines
135 B
JSON
{
|
|
"watch": ["."],
|
|
"ext": ".ts,.js",
|
|
"ignore": ["node_modules", ".idea", "dist"],
|
|
"exec": "ts-node --transpile-only server.ts"
|
|
} |