fix: add types to exports (v7.x) (#1930)

This commit is contained in:
Nicolas Morel
2023-07-10 23:07:23 +02:00
committed by GitHub
parent 9ff5fc34bc
commit e20ddc7e6d

View File

@ -6,7 +6,8 @@
"exports": {
".": {
"require": "./index.js",
"import": "./index.mjs"
"import": "./index.mjs",
"types": "./index.d.ts"
},
"./": "./"
},