tsconfig.json 307 B

1234567891011121314
  1. {
  2. "extends": "../../../tsconfig.base.json",
  3. "compilerOptions": {
  4. "rootDir": "src",
  5. "outDir": "lib/types"
  6. },
  7. "include": ["src"],
  8. "references": [
  9. { "path": "../helper" },
  10. { "path": "../telemetry" },
  11. { "path": "../../ui/app-boot" },
  12. { "path": "../../../vendor/cordis" }
  13. ]
  14. }