Skip to content

Commit ad3b98c

Browse files
committed
fix: fix node10 ts support
1 parent 7c6561c commit ad3b98c

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

packages/core/package.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,15 @@
5353
"main": "./dist/index.mjs",
5454
"module": "./dist/index.mjs",
5555
"types": "./dist/index.d.ts",
56+
"typesVersions": {
57+
"*": {
58+
"*": [
59+
"./dist/*",
60+
"./dist/index.d.ts",
61+
"./dist/composables.d.ts"
62+
]
63+
}
64+
},
5665
"files": [
5766
"dist"
5867
],

0 commit comments

Comments
 (0)