tsconfig.root.json 387 B

1234567891011121314151617181920
  1. {
  2. "extends": "../../../tsconfig.root.json",
  3. "references": [
  4. {
  5. "path": "../../core/base"
  6. },
  7. {
  8. "path": "../../core/react"
  9. },
  10. {
  11. "path": "../../ui/material-ui"
  12. },
  13. {
  14. "path": "../../wallets/wallets"
  15. },
  16. {
  17. "path": "./tsconfig.base.json"
  18. }
  19. ]
  20. }