From 1d4591fd9c724c9409da31612f6d8c008f1cb5e4 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 17 Aug 2021 14:01:51 +0200 Subject: Remove solution style ts config --- client/webpack/webpack.video-embed.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/webpack') diff --git a/client/webpack/webpack.video-embed.js b/client/webpack/webpack.video-embed.js index 727249467..2ecbd09af 100644 --- a/client/webpack/webpack.video-embed.js +++ b/client/webpack/webpack.video-embed.js @@ -70,7 +70,7 @@ module.exports = function () { { loader: 'ts-loader', options: { - configFile: 'tsconfig.base.json' + configFile: 'tsconfig.json' } } ] -- cgit v1.2.3