Skip to content

Commit

Permalink
test: try parserOptions.project: true
Browse files Browse the repository at this point in the history
  • Loading branch information
fisker committed Mar 4, 2025
1 parent b35b8c1 commit 03ace90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/lintTs.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ try {
languageOptions: {
parserOptions: {
EXPERIMENTAL_useProjectService: true,
project: ['./tsconfig.json', `${packageDir}/tsconfig.json`],
project: true,
tsconfigRootDir: monorepoRoot,
},
},
Expand Down

0 comments on commit 03ace90

Please sign in to comment.