UNPKG

@storm-software/build-tools

Version:

A comprehensive set of tools for building and managing projects within a Storm workspace. Includes builders such as rollup, rolldown, tsup, and unbuild, along with various utilities.

6 lines (5 loc) 219 B
export { analyze } from './analyze.mjs'; export { swc } from './swc.mjs'; export { TsResolveOptions, tsResolvePlugin } from './ts-resolve.mjs'; export { typeDefinitions } from './type-definitions.mjs'; import 'rollup';