| 12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- {
- "extends": "../../../tsconfig.base.json",
- "compilerOptions": {
- "rootDir": "src",
- "outDir": "lib/types",
- "tsBuildInfoFile": "lib/tsconfig.host.tsbuildinfo"
- },
- "files": [
- "src/api-path.ts",
- "src/api-request-trust.ts",
- "src/browser-auth.ts",
- "src/http-bridge.ts",
- "src/index.ts",
- "src/loopback-hostname.ts",
- "src/recovery-config.ts",
- "src/rpc-host.ts",
- "src/rpc-schema.ts",
- "src/rpc.ts"
- ],
- "references": [
- {
- "path": "../../../vendor/cordis"
- },
- {
- "path": "../../../vendor/schemastery"
- },
- {
- "path": "../../attachment/attachment"
- },
- {
- "path": "../../credentials/credentials"
- },
- {
- "path": "../../core/session"
- },
- {
- "path": "../../host/webserver"
- },
- {
- "path": "../../util/brand"
- }
- ]
- }
|