init
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
// vite.config.ts
|
||||
import { defineConfig } from 'vite'
|
||||
|
||||
export default defineConfig({
|
||||
esbuild: {
|
||||
jsx: 'transform',
|
||||
},
|
||||
test: {
|
||||
exclude: ['**/dist/**', '**/esm/**', '**/node_modules/**', '**/e2e/**'],
|
||||
pool: 'threads',
|
||||
poolOptions: {
|
||||
threads: {
|
||||
isolate: false,
|
||||
},
|
||||
},
|
||||
},
|
||||
})
|
||||
Reference in New Issue
Block a user