You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Upgrade `ts-loader` to a version compatible with `typescript@4`
* Update tsconfig (base) for `typescript>4.4.0-dev`
`strictOptionalProperties` was renamed to `exactOptionalPropertyTypes`
in 4.4.0. See: microsoft/TypeScript#44626.
* Limit `typescript` to 4.6.x to support all bundled extensions
For example, `typescript-language-features` is not compatible with
4.7.x.
0 commit comments