Skip to content

Exports and export assignments are not permitted in module augmentations #33

@ruozhuochen

Description

@ruozhuochen

Description:

I'm using Angular 9.1.4, Chartjs 2.9.3, Patternomaly 1.3.2. The error occurred when running npm start.

Error

ERROR in node_modules/patternomaly/index.d.ts:22:5 - error TS2666: Exports and export assignments are not permitted in module augmentations.

22 export = draw;
~~~~~~
node_modules/patternomaly/index.d.ts:25:5 - error TS2666: Exports and export assignments are not permitted in module augmentations.

25 export = generate;
~~~~~~

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions