feat: set add tsconfigRootDir option
This commit is contained in:
parent
4546bd6986
commit
9b43c13061
|
|
@ -55,6 +55,7 @@ module.exports = {
|
|||
'parserOptions': {
|
||||
'parser': '@typescript-eslint/parser',
|
||||
'ecmaVersion': 'latest',
|
||||
'tsconfigRootDir': __dirname,
|
||||
},
|
||||
'ignorePatterns': [
|
||||
'*.test.*',
|
||||
|
|
|
|||
Loading…
Reference in New Issue