UNPKG

atmosx-placefile-parser

Version:
10 lines (9 loc) 197 B
import { defineConfig } from 'tsup'; export default defineConfig({ entry: ['src/**/*.ts'], format: ['esm', 'cjs'], outDir: 'dist', dts: true, splitting: false, clean: true });