]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/webpack/webpack.video-embed.js
Specify absolute tsconfig path for webpack
[github/Chocobozzz/PeerTube.git] / client / webpack / webpack.video-embed.js
index 4c7f7e19cab8e81bce36328da17eb941298da94f..8cd606b39310201cc7f6f838db3e37a6086ab3e9 100644 (file)
@@ -69,7 +69,7 @@ module.exports = function () {
             {
               loader: 'ts-loader',
               options: {
-                configFile: 'tsconfig.json'
+                configFile: helpers.root('tsconfig.json')
               }
             }
           ]