This commit is contained in:
Nathan Bierema 2021-08-29 23:29:31 -04:00
parent d15286ff43
commit f148fbf264

View File

@ -65,7 +65,7 @@ module.exports = (env: { development?: boolean; platform?: string } = {}) => ({
}), }),
new ForkTsCheckerWebpackPlugin({ new ForkTsCheckerWebpackPlugin({
typescript: { typescript: {
configFile: 'tsconfig.json', configFile: 'tsconfig.demo.json',
}, },
}), }),
], ],