UNPKG

prodobit

Version:

Open-core business application development platform

12 lines (11 loc) 260 B
import { defineConfig } from 'tsdown' export default defineConfig({ entry: ['src/index.ts'], format: ['esm'], sourcemap: true, clean: true, target: 'es2022', minify: false, external: ['react'], dts: false, // tsc ile ayrı build yapacağız })