chore(y-indexeddb): add types fields

This commit is contained in:
himself65 2023-04-30 18:40:24 -05:00
parent 850cfe1187
commit a2844e54d2
No known key found for this signature in database
GPG Key ID: 35F07049B7A1E625

View File

@ -15,6 +15,7 @@
"access": "public", "access": "public",
"main": "dist/index.umd.cjs", "main": "dist/index.umd.cjs",
"module": "dist/index.js", "module": "dist/index.js",
"types": "dist/index.d.ts",
"exports": { "exports": {
".": { ".": {
"types": "./dist/index.d.ts", "types": "./dist/index.d.ts",