diff --git a/tsconfig.json b/tsconfig.json index be289d59..85cc20e8 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -11,8 +11,8 @@ "emitDecoratorMetadata": true }, "references": [ - { "path": "./packages/core" }, - { "path": "./packages/math" } + { "path": "./packages/framework/core" }, + { "path": "./packages/framework/math" } ], "files": [] } \ No newline at end of file