Skip to content

Commit 461ae88

Browse files
committed
fix build
1 parent 2ceefa2 commit 461ae88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/client/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
"outDir": "./lib",
55
"rootDir": "./src"
66
},
7-
"references": [{ "path": "../common" }],
7+
"references": [{ "path": "../common" }, { "path": "../core-bridge" }],
88
"include": ["./src/**/*.ts"]
99
}

0 commit comments

Comments
 (0)