I have a typescript project, I use @typescript-eslint/parser and @typescript-eslint/eslint-plugin to lint it.
It seems eslint couldn't recognize undefined in my project. The error message is:
Variable 'undefined' implicitly has an 'any' type.ts(7005)
I have searched on the internet but got nothing.
Have you ever got the same problem?
