Here's what I did
Run npx ts-standard
What I expected to happen
See linting results or no output.
What seems to have happened
I get this warning:
$ npx ts-standard
=============
WARNING: You are currently running a version of TypeScript which is not officially supported by @typescript-eslint/typescript-estree.
You may find that it works just fine, or you may not.
SUPPORTED TYPESCRIPT VERSIONS: >=3.3.1 <5.2.0
YOUR TYPESCRIPT VERSION: 5.7.3
Please only submit bug reports when using the officially supported version.
=============
Can this be fixed? Can I hide this warning?
Here's what I did
Run
npx ts-standardWhat I expected to happen
See linting results or no output.
What seems to have happened
I get this warning:
Can this be fixed? Can I hide this warning?