Revert "fix(plugin): correct exports to point to dist instead of src"

This reverts commit 7417e6eb38.
pull/11718/head^2
Dax Raad 2026-02-01 22:29:45 -05:00
parent eade8ee07b
commit c5dc075a88
1 changed files with 2 additions and 8 deletions

View File

@ -9,14 +9,8 @@
"build": "tsc"
},
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js"
},
"./tool": {
"types": "./dist/tool.d.ts",
"import": "./dist/tool.js"
}
".": "./src/index.ts",
"./tool": "./src/tool.ts"
},
"files": [
"dist"