Skip to content

Commit c18a69a

Browse files
committed
fix: add TypeScript project references to orca-core for miranda-core, pappy-core, and maestro-core
1 parent 66970c4 commit c18a69a

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

packages/orca-core/tsconfig.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,10 @@
1818
"types": ["node"]
1919
},
2020
"include": ["src/**/*.ts"],
21-
"exclude": ["src/**/*.test.ts", "dist", "node_modules"]
21+
"exclude": ["src/**/*.test.ts", "dist", "node_modules"],
22+
"references": [
23+
{ "path": "../miranda-core" },
24+
{ "path": "../pappy-core" },
25+
{ "path": "../maestro-core" }
26+
]
2227
}

0 commit comments

Comments
 (0)