UNPKG
kuyin-webpack-plugins
Version:
latest (1.7.2)
1.7.2
1.7.1
1.7.0
1.6.0
1.5.0
1.3.0
1.0.0
custom webpack, enhanced-resolve plugins
kuyin-webpack-plugins
/
lib
/
types
/
global.d.ts
6 lines
(5 loc)
•
164 B
TypeScript
View Raw
1
2
3
4
5
6
/// <reference types="node" />
import
{
Configuration
}
from
'webpack'
;
export
interface
CustomGlobal
extends
NodeJS
.
Global
{
compilerOptions
:
Configuration
; }