Skip to content

Commit 6a91f35

Browse files
Fix tsconfig references to match workspace configuration
Co-authored-by: xuyushun441-sys <255036401+xuyushun441-sys@users.noreply.github.com>
1 parent 1ed300f commit 6a91f35

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"files": [],
33
"references": [
4-
{ "path": "./packages/kernel" },
5-
{ "path": "./packages/server" }
4+
{ "path": "./packages/runtime" },
5+
{ "path": "./packages/plugins/server" }
66
]
77
}

0 commit comments

Comments
 (0)