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
build: fix tslint being unable to type check cross-package references
Since we use a `tsconfig.json` for TSLint which does not have any path
mappings, TSlint is unable to use the `ts.TypeChecker` for nodes which
are declared in a separate entry-point or package. This causes custom
TSLint rules such as the `undecorated-base-class-di` rule to accidentally
ignore issues such as that `MatCheckbox` (from mdc-checkbox) depends on
the undecorated base class `MatMenu`.
0 commit comments