Skip to content

Commit

Permalink
infra(lint): use project service for type-check
Browse files Browse the repository at this point in the history
new EXPERIMENTAL_useProjectService flag uses typescript's own project service to properly manage tsconfigs
  • Loading branch information
AviVahl committed Aug 8, 2023
1 parent 544c569 commit 4ce0c81
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 @@ -14,8 +14,7 @@
{
"files": ["*.ts", "*.tsx", "*.mts", "*.cts"],
"parserOptions": {
"project": "packages/*/src/tsconfig.json",
"EXPERIMENTAL_useSourceOfProjectReferenceRedirect": true
"EXPERIMENTAL_useProjectService": true
},
"extends": [
"plugin:@typescript-eslint/recommended",
Expand Down

0 comments on commit 4ce0c81

Please sign in to comment.