UNPKG

tsdown

Version:

The Elegant Bundler for Libraries

10 lines (9 loc) 161 B
//#region src/config.ts /** * Defines the configuration for tsdown. */ function defineConfig(options) { return options; } //#endregion export { defineConfig };