.yarnrc.yml 301 B

12345678910111213141516171819202122232425
  1. approvedGitRepositories:
  2. - "**"
  3. enableGlobalCache: false
  4. enableScripts: true
  5. enableTelemetry: false
  6. nodeLinker: node-modules
  7. npmMinimalAgeGate: 3d
  8. supportedArchitectures:
  9. cpu:
  10. - current
  11. - arm64
  12. - x64
  13. libc:
  14. - current
  15. - glibc
  16. os:
  17. - current
  18. - darwin
  19. - linux