mirror of
https://git.vectorsigma.ru/public/photoview.git
synced 2026-08-03 20:49:02 +00:00
10 lines
152 B
JSON
10 lines
152 B
JSON
{
|
|
"watch": ["./**"],
|
|
"exec": "npm start",
|
|
"ext": "ts,json,tsx,js,html,css",
|
|
"ignore": ["./dist/"],
|
|
"execMap": {
|
|
"ts": "ts-node-esm"
|
|
}
|
|
}
|