tsconfig.client.json 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. {
  2. "extends": "../../../tsconfig.base.client.json",
  3. "compilerOptions": {
  4. "rootDir": "src",
  5. "outDir": "lib/types",
  6. "tsBuildInfoFile": "lib/tsconfig.client.tsbuildinfo"
  7. },
  8. "files": [
  9. "src/api-path.ts",
  10. "src/client/api.ts",
  11. "src/client/connection.ts",
  12. "src/client/fixture.ts",
  13. "src/client/index.ts",
  14. "src/client/random-uuid.ts",
  15. "src/client/rpc.ts",
  16. "src/loopback-hostname.ts",
  17. "src/recovery-config.ts",
  18. "src/rpc.ts"
  19. ],
  20. "references": [
  21. {
  22. "path": "../../../vendor/cordis"
  23. },
  24. {
  25. "path": "../../../vendor/schemastery"
  26. },
  27. {
  28. "path": "../../attachment/attachment"
  29. },
  30. {
  31. "path": "../../core/session"
  32. },
  33. {
  34. "path": "../../todo/tool-todo"
  35. },
  36. {
  37. "path": "../../core/tools"
  38. },
  39. {
  40. "path": "../../credentials/credentials"
  41. },
  42. {
  43. "path": "../../settings/settings"
  44. },
  45. {
  46. "path": "../../host/directory-picker"
  47. },
  48. {
  49. "path": "../../interaction/commands"
  50. },
  51. {
  52. "path": "../../llm/llm"
  53. },
  54. {
  55. "path": "../../util/brand"
  56. }
  57. ]
  58. }