UNPKG

@orchestrator-ui/orchestrator-ui-components

Version:

Library of UI Components used to display the workflow orchestrator frontend

11 lines (9 loc) 210 B
import { defineConfig } from 'tsup'; export default defineConfig({ target: 'es2020', format: ['esm'], splitting: false, sourcemap: true, dts: true, tsconfig: 'tsconfig.build.json', });