UNPKG

fork-ts-checker-webpack-plugin

Version:
6 lines (5 loc) 433 B
import webpack from 'webpack'; import { ForkTsCheckerWebpackPluginConfiguration } from '../ForkTsCheckerWebpackPluginConfiguration'; import { ForkTsCheckerWebpackPluginState } from '../ForkTsCheckerWebpackPluginState'; declare function tapAfterCompileToGetIssues(compiler: webpack.Compiler, configuration: ForkTsCheckerWebpackPluginConfiguration, state: ForkTsCheckerWebpackPluginState): void; export { tapAfterCompileToGetIssues };