diff --git a/lib/__tests__/index.test.ts b/lib/__tests__/index.test.ts index 546a3759..45191088 100644 --- a/lib/__tests__/index.test.ts +++ b/lib/__tests__/index.test.ts @@ -21,7 +21,7 @@ async function createEsBUildOptions( } catch {} return { format: "cjs", - target: "es2019", + target: "esnext", sourcemap: false, bundle: true, minify: true,