just incase

This commit is contained in:
2025-10-09 22:01:17 -07:00
parent 4350ce931b
commit a0e7ae2705

View File

@ -5,6 +5,12 @@
"main": "./dist/index.js", "main": "./dist/index.js",
"module": "./dist/index.mjs", "module": "./dist/index.mjs",
"types": "./dist/index.d.ts", "types": "./dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.mjs",
"require": "./dist/index.js"
}
},
"scripts": { "scripts": {
"build": "tsup" "build": "tsup"
}, },