mirror of
https://github.com/stablyai/orca.git
synced 2026-09-22 00:02:31 +00:00
* refactor(cloud): share PostgreSQL schema startup between services * feat(cloud): add durable native push notification gateway * infra(push): define dedicated gateway resources and operational checks * fix(push): bound cross-host admission and simplify gateway configuration * fix(push): validate deploy configuration and preserve topic-error registrations
12 lines
221 B
JSON
12 lines
221 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"declaration": true,
|
|
"emitDeclarationOnly": false,
|
|
"noEmit": false,
|
|
"outDir": "dist",
|
|
"rootDir": "src"
|
|
},
|
|
"exclude": ["src/**/*.test.ts"]
|
|
}
|