tsconfig.json 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. {
  2. "extends": "../../../tsconfig.base.json",
  3. "compilerOptions": {
  4. "rootDir": "src",
  5. "outDir": "lib/types"
  6. },
  7. "include": [
  8. "src"
  9. ],
  10. "references": [
  11. {
  12. "path": "../../goal/goal"
  13. },
  14. {
  15. "path": "../../settings/settings"
  16. },
  17. {
  18. "path": "../../credentials/credentials"
  19. },
  20. {
  21. "path": "../../../vendor/cordis"
  22. },
  23. {
  24. "path": "../../../vendor/schemastery"
  25. },
  26. {
  27. "path": "../../api/session-controller/tsconfig.host.json"
  28. },
  29. {
  30. "path": "../../util/brand"
  31. },
  32. {
  33. "path": "../../attachment/attachment"
  34. },
  35. {
  36. "path": "../../llm/llm"
  37. },
  38. {
  39. "path": "../../core/agent"
  40. },
  41. {
  42. "path": "../../core/agent-default-model"
  43. },
  44. {
  45. "path": "../../preset/agent-presets"
  46. },
  47. {
  48. "path": "../../core/session"
  49. },
  50. {
  51. "path": "../../core/scope"
  52. },
  53. {
  54. "path": "../../session/session-persistence"
  55. },
  56. {
  57. "path": "../../session-query/session-query"
  58. },
  59. {
  60. "path": "../../subagent/subagent"
  61. },
  62. {
  63. "path": "../../skill/skill"
  64. },
  65. {
  66. "path": "../../interaction/commands"
  67. },
  68. {
  69. "path": "../directory-picker"
  70. },
  71. {
  72. "path": "../../runtime-diagnostics/invariants"
  73. },
  74. {
  75. "path": "../../util/native-command"
  76. },
  77. {
  78. "path": "../../util/crypto"
  79. }
  80. ]
  81. }