fix: eslint error when use path alias (#982)

This commit is contained in:
BoBruce 2025-05-06 16:09:06 +08:00 committed by GitHub
parent 7402af0a64
commit 566b01f367
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -14,7 +14,8 @@
"settings": { "settings": {
"import/resolver": { "import/resolver": {
"typescript": { "typescript": {
"alwaysTryTypes": true "alwaysTryTypes": true,
"project": "./tsconfig.json"
} }
} }
}, },