lgleim / mxgraph-typings

Typescript Type Definitions / Typings for https://github.com/jgraph/mxgraph
MIT License
25 stars 28 forks source link

Removed implicit any and added tsconfig file for the module. #4

Closed matracey closed 6 years ago

matracey commented 6 years ago

Implicit any usage in the definition file is causing errors in projects where the noImplicitAny rule is applied. Removed the implicit any usage in the definition file and added a tsconfig file to configure TypeScript for the typings repo.

lgleim commented 6 years ago

Thanks for the contribution!