patternomaly icon indicating copy to clipboard operation
patternomaly copied to clipboard

Exports and export assignments are not permitted in module augmentations

Open ruozhuochen opened this issue 5 years ago • 0 comments

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; ~~~~~~

ruozhuochen avatar May 28 '20 01:05 ruozhuochen