UNPKG

kuyin-webpack-plugins

Version:

custom webpack, enhanced-resolve plugins

6 lines (5 loc) 164 B
/// <reference types="node" /> import { Configuration } from 'webpack'; export interface CustomGlobal extends NodeJS.Global { compilerOptions: Configuration; }