mirror of
https://github.com/stablyai/orca.git
synced 2026-09-22 00:02:31 +00:00
* feat(relay): correct regional placement only at an idle source * test(relay): lock source activity capacity semantics
11 lines
211 B
JSON
11 lines
211 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"declaration": true,
|
|
"noEmit": false,
|
|
"outDir": "dist",
|
|
"rootDir": "src"
|
|
},
|
|
"exclude": ["src/**/*.test.ts", "src/test-fixtures/**"]
|
|
}
|