kaluginserg / cytoscape-node-html-label

Labels for cytoscape node. Demo:
https://kaluginserg.github.io/cytoscape-node-html-label/
MIT License
100 stars 42 forks source link

Errors with type declarations with latest TS #28

Open gsbelarus opened 5 years ago

gsbelarus commented 5 years ago
i 「atl」: Checking started in a separate process...
× 「atl」: Checking finished with 2 errors
[at-loader] ..\..\node_modules\cytoscape-node-html-label\dist\cytoscape-node-html-label.d.ts:3:13
    TS2403: Subsequent variable declarations must have the same type.  Variable 'module' must be of type 'NodeModule', but here has type 'any'.

[at-loader] ..\..\node_modules\cytoscape-node-html-label\dist\cytoscape-node-html-label.d.ts:5:13
    TS2403: Subsequent variable declarations must have the same type.  Variable 'cytoscape' must be of type 'typeof cytoscape', but here has type 'any'.