tsconfig.host.json 1015 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. {
  2. "extends": "../../../tsconfig.base.json",
  3. "compilerOptions": {
  4. "rootDir": "src",
  5. "outDir": "lib/types",
  6. "tsBuildInfoFile": "lib/tsconfig.host.tsbuildinfo"
  7. },
  8. "files": [
  9. "src/index.ts",
  10. "src/types.ts",
  11. "src/terminal.ts",
  12. "src/retention.ts",
  13. "src/stream.ts",
  14. "src/shells.ts"
  15. ],
  16. "references": [
  17. {
  18. "path": "../../../vendor/cordis"
  19. },
  20. {
  21. "path": "../../../vendor/schemastery"
  22. },
  23. {
  24. "path": "../../core/agent"
  25. },
  26. {
  27. "path": "../../core/session"
  28. },
  29. {
  30. "path": "../../fs/fs"
  31. },
  32. {
  33. "path": "../../sandbox/sandbox"
  34. },
  35. {
  36. "path": "../../sandbox/sandbox-policy"
  37. },
  38. {
  39. "path": "../../session/session-projection"
  40. },
  41. {
  42. "path": "../../subprocess/subprocess"
  43. },
  44. {
  45. "path": "../../typert/protocol"
  46. },
  47. {
  48. "path": "../../util/brand"
  49. },
  50. {
  51. "path": "../../util/deque"
  52. },
  53. {
  54. "path": "../../util/lazy-require"
  55. }
  56. ]
  57. }