import webpack from 'webpack'; import { WatchFileSystem } from './WatchFileSystem'; interface CompilerWithWatchFileSystem extends webpack.Compiler { watchFileSystem?: TWatchFileSystem; } export { CompilerWithWatchFileSystem };