# Ensure reproducible local validation: always install devDependencies.
# Overrides global `omit=dev` so `npm ci` installs everything needed
# for `npm run typecheck` and `npm run test` to work from a clean checkout.
include=dev
