Skip to content

Commit

Permalink
infra(lint): use project service for type-checking
Browse files Browse the repository at this point in the history
use new EXPERIMENTAL_useProjectService for better handling of tsconfigs with project references
  • Loading branch information
AviVahl committed Aug 8, 2023
1 parent 594569f commit cdf3024
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@
{
"files": ["*.ts", "*.tsx"],
"parserOptions": {
"project": "packages/*/{src,test}/tsconfig.json",
"EXPERIMENTAL_useSourceOfProjectReferenceRedirect": true
"EXPERIMENTAL_useProjectService": true
},
"extends": [
"plugin:@typescript-eslint/recommended",
Expand Down

0 comments on commit cdf3024

Please sign in to comment.