refactor(plugin): move tool implementation to plugin (#34665)

This commit is contained in:
Kit Langton
2026-06-30 23:30:56 -04:00
committed by GitHub
parent c26f6f95f7
commit 1ce607c230
9 changed files with 230 additions and 221 deletions
+2 -1
View File
@@ -5,7 +5,8 @@
"rootDir": "src",
"outDir": "dist",
"declaration": true,
"lib": ["es2022", "dom", "dom.iterable"]
"lib": ["ESNext", "DOM", "DOM.Iterable"],
"noUncheckedIndexedAccess": false
},
"include": ["src"]
}