Merge pull request #673 from keiya01/patch-1

fix: link the type definitions in the package.json `exports` field
This commit is contained in:
Joe Pea 2024-01-14 14:11:51 -08:00 committed by GitHub
commit 4e7ffbf45c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,8 @@
"exports": {
".": {
"import": "./dist/tween.esm.js",
"require": "./dist/tween.cjs.js"
"require": "./dist/tween.cjs.js",
"types": "./dist/tween.d.ts"
}
},
"files": [