mirror of
https://github.com/LeRoid-hub/Mensa-API.git
synced 2025-01-31 03:34:57 +00:00
9 lines
163 B
JSON
9 lines
163 B
JSON
{
|
|
"verbose": true,
|
|
"ignore": [],
|
|
"watch": ["src/**/*.ts"],
|
|
"execMap": {
|
|
"ts": "node --inspect=0.0.0.0:9229 --nolazy -r ts-node/register"
|
|
}
|
|
}
|