Check [WILDCARD]ts_type_imports.ts error: TS2322 [ERROR]: Type 'Map' is not assignable to type 'Foo'. Type 'string' is not assignable to type 'number'. const foo: Foo = new Map(); ~~~ at [WILDCARD]ts_type_imports.ts:5:7