UNPKG

react-email

Version:

A live preview of your emails right in your browser.

17 lines (15 loc) 299 B
import { defineConfig } from 'vitest/config'; export default defineConfig({ test: { globals: true, environment: 'happy-dom', exclude: ['**/e2e/**', '**/node_modules/**'], }, esbuild: { tsconfigRaw: { compilerOptions: { jsx: 'react-jsx', }, }, }, });