export default { sourceDir: ".", artifactsDir: "web-ext-artifacts", ignoreFiles: [ "AGENTS.md", "CHANGELOG.md", "CLAUDE.md", "README.md", "package.json", "package-lock.json", "web-ext-config.mjs", "web-ext-artifacts/**", ], build: { filename: "search-with-chatgpt-firefox-{version}.zip", overwriteDest: true, }, lint: { warningsAsErrors: true, }, };