Skip to content

Commit

Permalink
Update packages/typescript-estree/src/parser-options.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Brad Zacher <brad.zacher@gmail.com>
  • Loading branch information
JoshuaKGoldberg and bradzacher committed Apr 15, 2024
1 parent 3c64b54 commit 33776db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/typescript-estree/src/parser-options.ts
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ interface ParseOptions {
*/
export interface ProjectServiceOptions {
/**
* Globs of files to allow running with the default inferred project settings.
* Globs of files to allow running with the default project compiler options.
*/
allowDefaultProjectForFiles?: string[];

Expand Down

0 comments on commit 33776db

Please sign in to comment.