tsconfig.json 465 B

1234567891011121314151617
  1. {
  2. "extends": "../../../tsconfig.base.json",
  3. "compilerOptions": {
  4. "rootDir": "src",
  5. "outDir": "lib/types"
  6. },
  7. "include": ["src"],
  8. "references": [
  9. { "path": "../../../vendor/cordis" },
  10. { "path": "../../../vendor/schemastery" },
  11. { "path": "../../core/agent" },
  12. { "path": "../../core/tools" },
  13. { "path": "../../terminal/terminal" },
  14. { "path": "../../runtime-diagnostics/invariants" },
  15. { "path": "../../util/timeout" }
  16. ]
  17. }