diff options
author | Chocobozzz <me@florianbigard.com> | 2021-08-17 14:01:51 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-08-17 14:06:56 +0200 |
commit | 1d4591fd9c724c9409da31612f6d8c008f1cb5e4 (patch) | |
tree | edf37dad3e3424d6b7a0c5149f47da88124e0286 /client/webpack | |
parent | 1378c0d343028f3d40d7d795422684ab9e6a1599 (diff) | |
download | PeerTube-1d4591fd9c724c9409da31612f6d8c008f1cb5e4.tar.gz PeerTube-1d4591fd9c724c9409da31612f6d8c008f1cb5e4.tar.zst PeerTube-1d4591fd9c724c9409da31612f6d8c008f1cb5e4.zip |
Remove solution style ts config
Diffstat (limited to 'client/webpack')
-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 | ] |