We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79eb5bc commit 0473674Copy full SHA for 0473674
packages/typescript-estree/src/parser.ts
@@ -25,7 +25,7 @@ const log = debug('typescript-eslint:typescript-estree:parser');
25
* This needs to be kept in sync with the top-level README.md in the
26
* typescript-eslint monorepo
27
*/
28
-const SUPPORTED_TYPESCRIPT_VERSIONS = '>=3.3.1 <4.2.0';
+const SUPPORTED_TYPESCRIPT_VERSIONS = '>=3.3.1 <4.3.0';
29
/*
30
* The semver package will ignore prerelease ranges, and we don't want to explicitly document every one
31
* List them all separately here, so we can automatically create the full string
0 commit comments