Skip to content

Commit

Permalink
docs: add a missing " (#4577)
Browse files Browse the repository at this point in the history
  • Loading branch information
ann-kilzer committed Feb 21, 2022
1 parent cc71766 commit 0dd785f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/parser/README.md
Expand Up @@ -201,7 +201,7 @@ For example, by default it will ensure that a glob like `./**/tsconfig.json` wil
Default `undefined`.

This option allows you to provide one or more additional file extensions which should be considered in the TypeScript Program compilation.
The default extensions are `.ts`, `.tsx`, `.js`, and `.jsx`. Add extensions starting with `.`, followed by the file extension. E.g. for a `.vue` file use `"extraFileExtensions: [".vue"]`.
The default extensions are `.ts`, `.tsx`, `.js`, and `.jsx`. Add extensions starting with `.`, followed by the file extension. E.g. for a `.vue` file use `"extraFileExtensions": [".vue"]`.

### `parserOptions.warnOnUnsupportedTypeScriptVersion`

Expand Down

0 comments on commit 0dd785f

Please sign in to comment.