import baseConfig from "./base.js"; export default [...baseConfig, { ignores: [".next/**", "out/**"] }];