hungtcs / mxgraph-type-definitions

mxgraph type definitions
https://www.npmjs.com/package/mxgraph-type-definitions
Apache License 2.0
20 stars 8 forks source link

Ensure definitions respect 'noImplicitAny' #14

Closed tbouffard closed 4 years ago

tbouffard commented 4 years ago

Some elements defined in the lib version 1.0.2 currently do not respect that When use in a project with tsconfig noImplicitAny set to true, this generates some TypeScript errors like

Workaround: set skipLibCheck to true

tbouffard commented 4 years ago

@hungtcs I am working on this one, PR to come soon