mirror of
https://github.com/whyour/qinglong.git
synced 2025-05-22 22:36:06 +08:00
7 lines
135 B
JSON
7 lines
135 B
JSON
{
|
|
"watch": ["src"],
|
|
"ext": "js,ts,json",
|
|
"ignore": ["src/**/*.spec.ts"],
|
|
"exec": "ts-node --transpile-only ./src/public.ts"
|
|
}
|