widgetdc-cortex / tsconfig.json
Kraft102's picture
Deploy from GitHub Actions 2025-12-15_20-19-16
aefa431 verified
{
"extends": "./tsconfig.base.json",
"compilerOptions": {
"noEmit": true
},
"files": [],
"references": [
{ "path": "packages/domain-types" },
{ "path": "packages/mcp-types" },
{ "path": "apps/backend" }
]
}