Skip to content

Commit 3ff7c62

Browse files
authoredJul 7, 2024··
fix(web-fonts): missing local node10 types (#3963)
1 parent 2589051 commit 3ff7c62

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
 

‎packages/preset-web-fonts/package.json

+8
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,14 @@
3636
"main": "dist/index.mjs",
3737
"module": "dist/index.mjs",
3838
"types": "dist/index.d.ts",
39+
"typesVersions": {
40+
"*": {
41+
"*": [
42+
"./dist/*",
43+
"./*"
44+
]
45+
}
46+
},
3947
"files": [
4048
"*.css",
4149
"dist"

0 commit comments

Comments
 (0)
Please sign in to comment.