mxgraph-type-definitions
mxgraph-type-definitions copied to clipboard
mxgraph type definitions
@hungtcs hi, I have seen that you have just cut a new 1.0.5 release which fixes backported from https://github.com/typed-mxgraph/typed-mxgraph, which is nice for users like me we are still using...
Hi, I'm developing a react app with typescript and want to use mxgraph. I'm not super proficient in typescript but so far I had no trouble setting up libraries. With...
#### 1. `typeRoots` only detect subfolders ``` "typeRoots": [ "node_modules/@types", "node_modules/mxgraph-type-definitions" ] ``` for instance: `mxClient` is declared in `node_modules/mxgraph-type-definitions/mxClient.d.ts`, but typescript can not detect this, packages in `@types/*` not...