mirror of
https://github.com/zkldi/Tachi.git
synced 2026-09-26 17:07:58 +03:00
10 lines
117 B
JSON
10 lines
117 B
JSON
{
|
|
"watch": [
|
|
"src"
|
|
],
|
|
"ext": "ts,json",
|
|
"ignore": [
|
|
"src/**/*.spec.ts"
|
|
],
|
|
"exec": "ts-node ./src/main.ts"
|
|
} |