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
(clean): remove redundant tsconfig strict opts in tests (#690)
- removed them in the templates in a previous commit, forgot to remove
them in the tests too
- presets would really help with this duplication / inconsistency
problem
- noImplicitAny, noImplicitThis, alwaysStrict, strictNullChecks,
strictFunctionTypes, and strictPropertyInitialization are already
enabled by strict, no need to configure them twice
0 commit comments