Files

5 lines
117 B
TypeScript

import type { UserConfigExport } from '@tarojs/cli'
export default {
mini: {}
} satisfies UserConfigExport<'vite'>