feat(plugin): align hooks with client APIs

This commit is contained in:
Dax Raad
2026-07-03 18:12:22 -04:00
parent 650d774372
commit 6ae2fa5196
65 changed files with 981 additions and 667 deletions
+11
View File
@@ -0,0 +1,11 @@
{
"$schema": "https://json.schemastore.org/tsconfig",
"extends": "./tsconfig.json",
"compilerOptions": {
"rootDir": "src",
"outDir": "dist",
"noEmit": false,
"declaration": true
},
"include": ["src"]
}