fix: allow importing with exports-aware Typescript

This commit is contained in:
Willow 2025-05-08 18:38:15 +02:00 committed by GitHub
parent fefc9efbe3
commit 2cf0ed0e59
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,6 +16,7 @@
"main": "dist/index.cjs",
"module": "dist/index.mjs",
"exports": {
"types": "./dist/lib/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.cjs"
},