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