Skip to content

Commit 71949cd

Browse files
committed
chore: add typesVersion to core
1 parent d6ff8e1 commit 71949cd

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

2nd-gen/packages/core/package.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,19 @@
4848
"prepublishOnly": "yarn build"
4949
},
5050
"types": "./dist/index.d.ts",
51+
"typesVersions": {
52+
"*": {
53+
"shared/base/*": [
54+
"dist/shared/base/*"
55+
],
56+
"shared/*": [
57+
"dist/shared/*"
58+
],
59+
"components/*": [
60+
"dist/components/*"
61+
]
62+
}
63+
},
5164
"dependencies": {
5265
"lit": "^2.5.0 || ^3.1.3"
5366
},

0 commit comments

Comments
 (0)