diff --git a/src/index.ts b/src/index.ts index 4c168e6..b927b2e 100644 --- a/src/index.ts +++ b/src/index.ts @@ -38,6 +38,7 @@ export default async function (): Promise { tsconfig: { compilerOptions: { lib: ["ES2021", "dom"], + moduleResolution: "nodenext", }, }, },