maxGraph/packages/ts-support
Thomas Bouffard 30bdbe5322
test(ts-support): only check maxGraph types (#193)
Previously, all types development types needed by maxGraph at
development time were checked. Some of them require a newer version of
TypeScript that the one used in the TS support test (to check the
minimum version required to integrate maxGraph in applications). This
made the checks fail. The configuration of the tests has been updated to
only check the maxGraph types used by applications.
2023-05-22 13:51:42 +02:00
..
src docs: set the minimum TypeScript requirement to 3.8 (#128) 2022-11-07 18:31:40 +01:00
.npmrc docs: set the minimum TypeScript requirement to 3.8 (#128) 2022-11-07 18:31:40 +01:00
README.md docs: set the minimum TypeScript requirement to 3.8 (#128) 2022-11-07 18:31:40 +01:00
package.json docs: set the minimum TypeScript requirement to 3.8 (#128) 2022-11-07 18:31:40 +01:00
tsconfig.json test(ts-support): only check maxGraph types (#193) 2023-05-22 13:51:42 +02:00

README.md

ts-support

Check the minimum TypeScript version required to use maxGraph.

Setup

Initialize all packages

From the repository root, run npm install.

Build maxgraph@core

From the packages/core directory, run npm run generate-types.

Run the test

Run npm test