# npm workspace configuration # See: https://docs.npmjs.com/cli/v9/using-npm/workspaces # Workspace configuration is in package.json (workspaces field) # These are general npm settings # Save exact versions (optional, for consistency) save-exact=false # Use package-lock.json package-lock=true