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 60747a70d8
commit c4ed481ceb
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"]
}