Closed
Description
Since v11-rc.5, the annotation for the linter of output seems changed
// rc.4
// @ts-ignore: Implicit any on import
import * as AddressSelectBS__Es6Import from './AddressSelect';
// rc.5
/* eslint-disable */
/* tslint:disable */
import * as AddressSelectBS__Es6Import from './AddressSelect';
This causes the TS error TS2307: Cannot find module XXX or its corresponding type declarations.
Metadata
Metadata
Assignees
Labels
No labels