diff options
Diffstat (limited to 'client/webpack/webpack.video-embed.js')
-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 727249467..2ecbd09af 100644 --- a/client/webpack/webpack.video-embed.js +++ b/client/webpack/webpack.video-embed.js | |||
@@ -70,7 +70,7 @@ module.exports = function () { | |||
70 | { | 70 | { |
71 | loader: 'ts-loader', | 71 | loader: 'ts-loader', |
72 | options: { | 72 | options: { |
73 | configFile: 'tsconfig.base.json' | 73 | configFile: 'tsconfig.json' |
74 | } | 74 | } |
75 | } | 75 | } |
76 | ] | 76 | ] |