We migrated a large codebase and we are gradually typing the entire codebase. This is a feature request to build a way to disallow implicitAny for a given type or a set of types so that we can make new code strict while keeping legacy code implicitAny, so that we can make things strict one type at a time instead of files or classes.