Skip to content

tsconfig warnings on Typescript v6 in VSCode #7598

@joergplewe

Description

@joergplewe

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions