UNPKG

fuse-box

Version:

Fuse-Box a bundler that does it right

4 lines (3 loc) 171 B
import { Context } from '../core/context'; import { ICompilerOptions } from './interfaces'; export declare function createCompilerOptions(ctx: Context): ICompilerOptions;