VS Code ignores your tsconfig.json
when you use a newer version of TypeScript than the one that VS Code provides out of the box.
By clicking at the typescript numbers at the bottom in vscode:
You’ll be able to use local or vs code tsconfig.
That should fix your issue! Happy coding!