tsconfig.host.json 843 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  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/api-path.ts",
  10. "src/api-request-trust.ts",
  11. "src/browser-auth.ts",
  12. "src/http-bridge.ts",
  13. "src/index.ts",
  14. "src/loopback-hostname.ts",
  15. "src/recovery-config.ts",
  16. "src/rpc-host.ts",
  17. "src/rpc-schema.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": "../../credentials/credentials"
  32. },
  33. {
  34. "path": "../../core/session"
  35. },
  36. {
  37. "path": "../../host/webserver"
  38. },
  39. {
  40. "path": "../../util/brand"
  41. }
  42. ]
  43. }