UNPKG

ts-project-builder

Version:

Rollup-based TypeScript builder with multi-format output and built-in common plugins.

7 lines (4 loc) 159 B
import type { Config } from './types'; export * from './builder'; export type * from './types'; export const defineConfig = (config: Config = {}) => config;