-
Notifications
You must be signed in to change notification settings - Fork 602
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
please update typescript definition #341
Comments
Hi,
|
I've added the types file directly to Dagre as an index.d.ts and released the change to NPM. Does that work? Also, let me know which APIs are missing and I'll update the types. |
you would need to define them in the package.json with |
Added the files & types to the package.json |
in npm site, "dagre" was renamed to "@dagrejs/dagre"
but "@types/dagre" was not renamed, so when I use @types/dagre, I have to rename node_modules/@types/dagre to node_modules/@types/dagrejs__dagre as a temporary solution.
also, some APIs are missed in @types/dagre
The text was updated successfully, but these errors were encountered: