Skip to content

Commit de0ab97

Browse files
authored
Exporting cells package types in package.json (#793)
Same as this fix for the core package: #747
1 parent a0a97db commit de0ab97

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/cells/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"types": "dist/ts/index.d.ts",
1313
"exports": {
1414
".": {
15+
"types": "./dist/ts/index.d.ts",
1516
"import": "./dist/js/index.js",
1617
"require": "./dist/cjs/index.js"
1718
},

0 commit comments

Comments
 (0)