UNPKG

@jakesidsmith/tsb

Version:

Dead simple TypeScript bundler, watcher, dev server, transpiler, and polyfiller

3 lines (2 loc) 181 B
import { Command, Mode, WebpackConfigs } from './types'; export declare const createWebpackConfig: (configPath: string | undefined, mode: Mode, command: Command) => WebpackConfigs;