lerna.json 204 B

123456789101112131415
  1. {
  2. "npmClient": "yarn",
  3. "packages": [
  4. "cli",
  5. "packages/*",
  6. "npm/*",
  7. "tooling/*",
  8. "system-tests",
  9. "scripts"
  10. ],
  11. "useWorkspaces": true,
  12. "useNx": true,
  13. "version": "0.0.0"
  14. }