TypeScript definition files for ConstellationJS from Pega
Addition of type definitions for the @pega/constellationjs package for use in TypeScript projects. For detailed documentation, see the API specification.
``bash`
npm install @typescale/constellation-core-types@23.1.1
Versioning is in sync with the @pega/constellationjs package.
Add the type definition to the typeRoots of the tsconfig.json to be able to get TypeScript support.
`json``
{
"compilerOptions": {
"typeRoots": [
"node_modules/@types",
"node_modules/@typescale"
]
}
}
For detailed documentation, see the API specification.