17 lines
292 B
JSON
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"
|
|
]
|
|
}
|