diff options
Diffstat (limited to 'client')
-rw-r--r-- | client/webpack/webpack.video-embed.js | 2 |
1 files changed, 1 insertions, 1 deletions
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 () { | |||
69 | { | 69 | { |
70 | loader: 'ts-loader', | 70 | loader: 'ts-loader', |
71 | options: { | 71 | options: { |
72 | configFile: 'tsconfig.json' | 72 | configFile: helpers.root('tsconfig.json') |
73 | } | 73 | } |
74 | } | 74 | } |
75 | ] | 75 | ] |