tsconfig.host.json 660 B

1234567891011121314151617181920
  1. {
  2. "extends": "../../../tsconfig.base.json",
  3. "compilerOptions": {
  4. "rootDir": "src",
  5. "outDir": "lib/types",
  6. "tsBuildInfoFile": "lib/tsconfig.host.tsbuildinfo"
  7. },
  8. "files": ["src/http-route.ts", "src/index.ts", "src/protocol.ts", "src/types.ts"],
  9. "references": [
  10. { "path": "../../../vendor/cordis" },
  11. { "path": "../../util/brand" },
  12. { "path": "../../core/agent" },
  13. { "path": "../../core/scope" },
  14. { "path": "../../core/session" },
  15. { "path": "../../attachment/attachment" },
  16. { "path": "../../interaction/commands" },
  17. { "path": "../../typert/protocol" },
  18. { "path": "../connection/tsconfig.host.json" }
  19. ]
  20. }