Describe the bug
See the output from the build logs below:
WARNING: You are currently running a version of TypeScript which is not officially supported by typescript-estree.
You may find that it works just fine, or you may not.
SUPPORTED TYPESCRIPT VERSIONS: >=3.2.1 <3.5.0
YOUR TYPESCRIPT VERSION: 3.7.4
Eslint creates warnings on typescript features that were introducted in v3.5.0 or later. We should bump the linter to its latest version.
Describe the bug
See the output from the build logs below:
Eslint creates warnings on typescript features that were introducted in v3.5.0 or later. We should bump the linter to its latest version.