aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/webpack/webpack.video-embed.js
diff options
context:
space:
mode:
Diffstat (limited to 'client/webpack/webpack.video-embed.js')
-rw-r--r--client/webpack/webpack.video-embed.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/webpack/webpack.video-embed.js b/client/webpack/webpack.video-embed.js
index f5c75dd47..547e8aa63 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: helpers.root('tsconfig.json') 72 configFile: helpers.root('src/standalone/videos/tsconfig.json')
73 } 73 }
74 } 74 }
75 ] 75 ]