mirror of
https://github.com/stablyai/orca
synced 2026-04-21 14:17:16 +00:00
10 lines
257 B
JSON
10 lines
257 B
JSON
{
|
|
"extends": "@electron-toolkit/tsconfig/tsconfig.node.json",
|
|
"include": ["../src/relay/**/*"],
|
|
"exclude": ["../src/relay/integration.test.ts"],
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"rootDir": "../src",
|
|
"outDir": "../out/relay"
|
|
}
|
|
}
|