Skip to content

Commit 6f4a650

Browse files
authored
fix(client-core): Fix TypeScript module resolution via exports.types (#10209)
1 parent c6eca9c commit 6f4a650

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/cubejs-client-core/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"typings": "dist/src/index.d.ts",
1414
"author": "Cube Dev, Inc.",
1515
"exports": {
16+
"types": "./dist/src/index.d.ts",
1617
"import": "./dist/src/index.js",
1718
"require": "./dist/cubejs-client-core.cjs.js"
1819
},

0 commit comments

Comments
 (0)