UNPKG

223 BTypeScriptView Raw
1import { CustomWebpackBuilderConfig } from './custom-webpack-builder-config';
2export interface CustomWebpackSchema {
3 customWebpackConfig: CustomWebpackBuilderConfig;
4 indexTransform: string;
5 tsConfig?: string;
6}