UNPKG

@jakesidsmith/tsb

Version:

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

3 lines (2 loc) 101 B
import { Config } from './types'; export declare const getTsbConfig: (configPath: string) => Config;