diff --git a/src/index.ts b/src/index.ts index dd320ed..430df51 100644 --- a/src/index.ts +++ b/src/index.ts @@ -27,6 +27,11 @@ export default async function (): Promise { prettier: { singleQuote: false, }, + tsconfig: { + compilerOptions: { + lib: ["ES2021"], + }, + }, }, }; }