We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ceefa2 commit 461ae88Copy full SHA for 461ae88
packages/client/tsconfig.json
@@ -4,6 +4,6 @@
4
"outDir": "./lib",
5
"rootDir": "./src"
6
},
7
- "references": [{ "path": "../common" }],
+ "references": [{ "path": "../common" }, { "path": "../core-bridge" }],
8
"include": ["./src/**/*.ts"]
9
}
0 commit comments