| 12345678910111213141516171819202122232425262728293031323334353637383940 |
- {
- "extends": "../../../tsconfig.base.client.json",
- "compilerOptions": {
- "rootDir": "src",
- "outDir": "lib/types",
- "types": ["node"]
- },
- "include": [
- "src"
- ],
- "references": [
- {
- "path": "../../llm/llm"
- },
- {
- "path": "../../core/session"
- },
- {
- "path": "../../util/brand"
- },
- {
- "path": "../../host/apiproxy"
- },
- {
- "path": "../../host/webserver"
- },
- {
- "path": "../../ui/user-approval"
- },
- {
- "path": "../../ui/user-interaction"
- },
- {
- "path": "../../support/invariants"
- }
- ],
- "exclude": [
- "**/*.legacy.*"
- ]
- }
|