mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-01-01 10:59:10 -05:00
6 lines
91 B
JSON
6 lines
91 B
JSON
{
|
|
"watch": ["src"],
|
|
"ext": "ts",
|
|
"exec": "node -r ts-node/register ./src/index.ts"
|
|
}
|