fix: eslint error when use path alias (#982)
This commit is contained in:
parent
7402af0a64
commit
566b01f367
1 changed files with 2 additions and 1 deletions
|
|
@ -14,7 +14,8 @@
|
||||||
"settings": {
|
"settings": {
|
||||||
"import/resolver": {
|
"import/resolver": {
|
||||||
"typescript": {
|
"typescript": {
|
||||||
"alwaysTryTypes": true
|
"alwaysTryTypes": true,
|
||||||
|
"project": "./tsconfig.json"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue