Skip to content

Commit

Permalink
chore: change esbuild target to node14
Browse files Browse the repository at this point in the history
  • Loading branch information
belgattitude committed Sep 29, 2022
1 parent f610a5e commit 0b1c34d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/http-exception/vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ import 'error-cause-polyfill/auto';

export default defineConfig({
plugins: [tsconfigPaths()],
esbuild: {
target: ['node14'],
},
test: {
globals: true,
environment: 'node',
Expand Down

0 comments on commit 0b1c34d

Please sign in to comment.