ashiguruma / patternomaly

Easily generate patterns for use in data graphics
MIT License
524 stars 37 forks source link

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

Open ruozhuochen opened 4 years ago

ruozhuochen commented 4 years ago

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;