init: inital commit

This commit is contained in:
2025-02-20 12:39:27 +01:00
commit 3c77360c9d
38 changed files with 8525 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
{
"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"
]
}