mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-03-30 13:54:01 +00:00
Revert "fix(plugin): correct exports to point to dist instead of src"
This reverts commit 7417e6eb38e96c5e3904a4503740a305475d154a.
This commit is contained in:
parent
eade8ee07b
commit
c5dc075a88
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user