diff --git a/src/index.ts b/src/index.ts index bc7aae3..c7c13d2 100644 --- a/src/index.ts +++ b/src/index.ts @@ -28,6 +28,7 @@ export default async function (): Promise { prettier: { singleQuote: false, }, + gitignore: [".releaserc.json"], tsconfig: { compilerOptions: { lib: ["ES2021", "dom"],