powsybl / powsybl-diagram-viewer

Other
2 stars 1 forks source link

Add missing `@types` for used libraries #60

Closed Tristan-WorkGH closed 3 months ago

Tristan-WorkGH commented 3 months ago

Please check if the PR fulfills these requirements

Does this PR already have an issue describing the problem?

No.

What kind of change does this PR introduce?

Add missing @types for used libraries, needed to develop correctly in Typescript.

What is the current behavior?

Dev without typescript definitions of libraries.

What is the new behavior (if this is a feature change)? .d.ts added

Does this PR introduce a breaking change or deprecate an API?

If yes, please check if the following requirements are fulfilled

What changes might users need to make in their application due to this PR? (migration steps)

None.

Other information:

Had to keep @types/jest for tests to compile...