3758ac4dce
Remove versioning for private packages are they are not supposed to be consumed outside the project. Explicitly mark public packages. |
||
---|---|---|
.. | ||
src | ||
.npmrc | ||
README.md | ||
package.json | ||
tsconfig.json |
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, runnpm run generate-types
.
Run the test
Run npm test