5e962b8a8d
Mounts the capability seam, the configurable HTTP provider, and the model-facing recognition consumer. Not in any default profile's bundles list — a user opts in per profile. Co-Authored-By: Claude <noreply@anthropic.com>
19 lines
293 B
JSON
19 lines
293 B
JSON
{
|
|
"extends": "../../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"rootDir": "src",
|
|
"outDir": "lib/types"
|
|
},
|
|
"include": [
|
|
"src"
|
|
],
|
|
"references": [
|
|
{
|
|
"path": "../../../vendor/cordis"
|
|
},
|
|
{
|
|
"path": "../../runtime-diagnostics/invariants"
|
|
}
|
|
]
|
|
}
|