diff --git a/frontend/webpack.config.js b/frontend/webpack.config.js index e645f83c..062543d1 100644 --- a/frontend/webpack.config.js +++ b/frontend/webpack.config.js @@ -152,7 +152,11 @@ const main = { }), new ForkTsCheckerWebpackPlugin({ - typescript: { configOverwrite: { exclude: ["**/*.test.ts"] } }, + typescript: { + configOverwrite: { + exclude: ["**/*.test.ts", "tests/**/*.ts", "playwright.config.ts"], + }, + }, }), new HtmlWebpackPlugin({