mirror of https://github.com/Chocobozzz/PeerTube
Specify absolute tsconfig path for webpack
parent
fcf9ae8aa6
commit
893f0f2f0f
|
@ -69,7 +69,7 @@ module.exports = function () {
|
||||||
{
|
{
|
||||||
loader: 'ts-loader',
|
loader: 'ts-loader',
|
||||||
options: {
|
options: {
|
||||||
configFile: 'tsconfig.json'
|
configFile: helpers.root('tsconfig.json')
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue