1
0
Fork 0
mirror of https://github.com/betagouv/mon-entreprise synced 2025-02-08 16:26:45 +00:00
mon-entreprise/api/vitest.config.ts

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
115 B
TypeScript
Raw Normal View History

2022-06-02 15:28:08 +02:00
import { defineConfig } from 'vitest/config'
export default defineConfig({
esbuild: {
target: 'ES2020',
},
})