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 ea6f828 commit 93fcc64Copy full SHA for 93fcc64
packages/rest-api-construct/tsconfig.json
@@ -1,5 +1,8 @@
1
{
2
"extends": "../../tsconfig.base.json",
3
"compilerOptions": { "rootDir": "src", "outDir": "lib" },
4
- "references": []
+ "references": [
5
+ { "path": "../backend" },
6
+ { "path": "../backend-output-storage" }
7
+ ]
8
}
0 commit comments