@pega/tsconfig
v0.17.0
Published
Pega front-end TypeScript configuration.
Downloads
3,507
Readme
@pega/tsconfig
Pegasystems front-end TypeScript configuration.
Installation
Install TypeScript and the Pega config.
npm i -D typescript @pega/tsconfigSetting up your config
Extend from the Pega configuration in your TypeScript configuration file.
{
"extends": "@pega/tsconfig/index.json"
}Running TypeScript
Run TypeScript to compile and type-check your project.
npx tscVS Code integration
As long as you have a tsconfig.json file at the root of your workspace, VS Code will integrate with TypeScript automatically.
