diff --git a/client/webpack/webpack.video-embed.js b/client/webpack/webpack.video-embed.js index 4c7f7e19c..8cd606b39 100644 --- a/client/webpack/webpack.video-embed.js +++ b/client/webpack/webpack.video-embed.js @@ -69,7 +69,7 @@ module.exports = function () { { loader: 'ts-loader', options: { - configFile: 'tsconfig.json' + configFile: helpers.root('tsconfig.json') } } ]