Typescript error build 报错

76 阅读1分钟

Ts Fork 编译报错提示

ForkTsCheckerWarningWebpackPlugin
ForkTsCheckerWebpackPlugin

配置插件参数设置 tsConfig path base, 设置 configOverwrite 等等

{
    typescript: {
        typescriptPath: {
            basedir: "src",
            tsconfig: {{tsConfigPath}}
        }
    }
}