Skip to content

Commit 1723ef2

Browse files
committed
fix: include shared types in sdk declarations
1 parent cc45b28 commit 1723ef2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/sdk/tsconfig.dts.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"extends": "./tsconfig.json",
33
"include": [
4+
"../../@types/**/*.d.ts",
45
"src/index.ts",
56
"src/runtime.ts",
67
"src/__generated__/normalize.css.ts",

0 commit comments

Comments
 (0)