diff --git a/packages/http-exception/vitest.config.ts b/packages/http-exception/vitest.config.ts index 22b079e..8eb8f7c 100644 --- a/packages/http-exception/vitest.config.ts +++ b/packages/http-exception/vitest.config.ts @@ -7,6 +7,9 @@ import 'error-cause-polyfill/auto'; export default defineConfig({ plugins: [tsconfigPaths()], + esbuild: { + target: ['node14'], + }, test: { globals: true, environment: 'node',