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
tsconfig.base.json has "strict" set to true, which automatically enables "noImplicitAny", "noImplicitThis", and "alwaysStrict" but they are set to true explicitly anyway in the same file which is just redundant.