tsconfig warnings on Typescript v6 in VSCode
Author: joergpleweCreated Apr 20, 2026Updated Aug 7, 2026
Describe the bug
like
Option 'moduleResolution=node10' is deprecated and will stop functioning in TypeScript 7.0. Specify compilerOption '"ignoreDeprecations": "6.0"' to silence this error.
Visit https://aka.ms/ts6 for migration information.Option 'baseUrl' is deprecated and will stop functioning in TypeScript 7.0. Specify compilerOption '"ignoreDeprecations": "6.0"' to silence this error.
Visit https://aka.ms/ts6 for migration information.These warnings may appear in VSCode in projects using RxJS, since latest VSCode uses Typescript v6.
Expected behavior
I'd rather don't like to see "problems" on VSCode :)
Reproduction code
Reproduction URL
No response
Version
7.8.2
Environment
No response
Additional context
No response
Source: ReactiveX/rxjs