diff --git a/tsconfig.json b/tsconfig.json index 3eb075b8..d9fc1539 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -13,7 +13,9 @@ "references": [ { "path": "./packages/core" }, { "path": "./packages/math" }, - { "path": "./packages/ecs-network" } + { "path": "./packages/network-client" }, + { "path": "./packages/network-server" }, + { "path": "./packages/network-shared" } ], "files": [] } \ No newline at end of file