Here are my some tips to help you.
Have you tried downgrade the typescript version?
npm install [email protected] --save-dev
npm install @typescript-eslint/parser @typescript-eslint/eslint-plugin --save-dev
And try to run by Ctrl+Shift+P on your vscode, and restart typescript server.
Reinstall the typescript
npm list -g typescript
npm uninstall -g typescript
And try the first way again.
Downgrade your node version using nvm
Hope you any help!