maxGraph/packages/ts-support
Thomas Bouffard 3758ac4dce
chore: review private property in package.json files (#244)
Remove versioning for private packages are they are not supposed to be
consumed outside the project.
Explicitly mark public packages.
2023-09-15 12:31:22 +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 chore: review private property in package.json files (#244) 2023-09-15 12:31:22 +02: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