Skip to content

Commit

Permalink
Update .eslintrc for nx lib path
Browse files Browse the repository at this point in the history
  • Loading branch information
takahirohonda committed Oct 2, 2024
1 parent 8c2458c commit 70c32f6
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,13 @@
"extends": ["plugin:@nx/javascript"],
"rules": {}
}
]
],
"settings": {
"import/resolver": {
"typescript": {
"alwaysTryTypes": true,
"project": "tsconfig.base.json"
}
}
}
}

0 comments on commit 70c32f6

Please sign in to comment.