Skip to content

Commit d28ec5e

Browse files
Copilothotlong
andcommitted
Fix TypeScript build: add missing runtime package references
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
1 parent 0e8c6c3 commit d28ec5e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

packages/server/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
},
2222
"exclude": ["node_modules", "test", "dist", "**/*.spec.ts", "**/*.test.ts"],
2323
"references": [
24-
{ "path": "../kernel" }
24+
{ "path": "../kernel" },
25+
{ "path": "../runtime" }
2526
]
2627
}

tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"files": [],
33
"references": [
44
{ "path": "./packages/kernel" },
5+
{ "path": "./packages/runtime" },
56
{ "path": "./packages/server" }
67
]
78
}

0 commit comments

Comments
 (0)