fix: build failing

This commit is contained in:
Shirone
2026-01-21 22:39:20 +01:00
parent 28d50aa017
commit 05f0ceceb6
2 changed files with 7 additions and 1 deletions

View File

@@ -17,6 +17,10 @@
"./debounce": {
"types": "./dist/debounce.d.ts",
"default": "./dist/debounce.js"
},
"./error-handler": {
"types": "./dist/error-handler.d.ts",
"default": "./dist/error-handler.js"
}
},
"scripts": {