Files
2025-02-20 12:39:27 +01:00

17 lines
292 B
JSON

{
"watch": ["src/extension/*", "src/types/*"],
"exec": "npm run build:extension && node ../../index.js",
"ext": "js,ts,json,yaml",
"delay": 500,
"ignoreRoot": [
".git",
"node_modules",
".nyc_output",
".parcel-cache",
"coverage",
"extension",
"graphics",
"dashboard"
]
}