📄 CompilerWithWatchFileSystem.d.ts
/home/palash/git/site/node_modules/fork-ts-checker-webpack-plugin/lib/watch/CompilerWithWatchFileSystem.d.ts
Language: ts • Lines: 6
import webpack from 'webpack';
import { WatchFileSystem } from './WatchFileSystem';
interface CompilerWithWatchFileSystem<TWatchFileSystem extends WatchFileSystem = WatchFileSystem> extends webpack.Compiler {
    watchFileSystem?: TWatchFileSystem;
}
export { CompilerWithWatchFileSystem };