mirror of
https://github.com/tweenjs/tween.js.git
synced 2026-01-18 15:54:41 +00:00
Merge pull request #673 from keiya01/patch-1
fix: link the type definitions in the package.json `exports` field
This commit is contained in:
commit
4e7ffbf45c
@ -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": [
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user