diff --git a/packages/server/tsconfig.json b/packages/server/tsconfig.json index 5343fd59..4c36e668 100644 --- a/packages/server/tsconfig.json +++ b/packages/server/tsconfig.json @@ -21,6 +21,7 @@ }, "exclude": ["node_modules", "test", "dist", "**/*.spec.ts", "**/*.test.ts"], "references": [ - { "path": "../kernel" } + { "path": "../kernel" }, + { "path": "../runtime" } ] } \ No newline at end of file diff --git a/tsconfig.json b/tsconfig.json index 41ea609c..53a84f7c 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -2,6 +2,7 @@ "files": [], "references": [ { "path": "./packages/kernel" }, + { "path": "./packages/runtime" }, { "path": "./packages/server" } ] }