ytcd/vite.config.ts

8 lines
120 B
TypeScript
Raw Normal View History

2024-03-30 18:39:39 +08:00
import { defineConfig } from 'vite';
export default defineConfig({
build: {
target: 'es2022'
},
})