Skip to content

Gentype: error TS2307: Cannot find module XXX or its corresponding type declarations. #6521

Closed
@mununki

Description

@mununki

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions