Something went wrong. Try again.
This repository has no description
Something went wrong. Try again.
365 B · 10 lines
TypeScript
1234567891011import type IForkTsCheckerWebpackPlugin from "fork-ts-checker-webpack-plugin";
// eslint-disable-next-line @typescript-eslint/no-var-requiresconst ForkTsCheckerWebpackPlugin: typeof IForkTsCheckerWebpackPlugin = require("fork-ts-checker-webpack-plugin");
export const plugins = [ new ForkTsCheckerWebpackPlugin({ logger: "webpack-infrastructure", }),];