Add config filepath to ts-loader in prod build
parent
2fb577140f
commit
e7840e84bb
|
@ -61,6 +61,7 @@ const config = {
|
|||
enforce: 'pre',
|
||||
options: {
|
||||
emitErrors: true,
|
||||
configFile: path.resolve(__dirname, '..', 'tslint.json'),
|
||||
},
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue