tsconfig warnings on Typescript v6 in VSCode
### 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
```typescript
```
### Reproduction URL
_No response_
### Version
7.8.2
### Environment
_No response_
### Additional context
_No response_
1 条评论