Specify absolute tsconfig path for webpack
This commit is contained in:
parent
fcf9ae8aa6
commit
893f0f2f0f
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ module.exports = function () {
|
|||
{
|
||||
loader: 'ts-loader',
|
||||
options: {
|
||||
configFile: 'tsconfig.json'
|
||||
configFile: helpers.root('tsconfig.json')
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue