Add types export

This commit is contained in:
Franck Royer 2022-06-16 10:17:37 +10:00
parent 792c84ec31
commit 43580dd093
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@
"types": "./dist/esm/index.d.ts",
"exports": {
".": {
"types": "./dist/esm/index.d.ts",
"import": "./dist/esm/index.js"
}
},