import { defineConfig } from 'tsdv'; export default defineConfig({ target: 'node12', formats: ['es', 'cjs'] });