mirror of
https://github.com/whyour/qinglong.git
synced 2025-11-09 16:16:07 +08:00
13 lines
231 B
JSON
13 lines
231 B
JSON
{
|
|
"watch": ["back", ".env"],
|
|
"ext": "js,ts,json",
|
|
"env": {
|
|
"NODE_ENV": "development",
|
|
"TS_NODE_PROJECT": "./back/tsconfig.json"
|
|
},
|
|
"verbose": true,
|
|
"execMap": {
|
|
"ts": "node --require ts-node/register"
|
|
}
|
|
}
|