Pega front-end cspell configuration.
npm install @pega/cspell-configPegasystems front-end CSpell configuration.
Install CSpell and the Pega config.
``shell`
npm i -D cspell @pega/cspell-config
Extend from the Pega configuration in your CSpell configuration file.
`json`
{
"import": "@pega/cspell-config"
}
Run CSpell to check, for example, all .ts and .tsx files in the current directory.
`shell``
npx cspell "./*/.@(ts|tsx)"
You can install the VS Code extension to enable your editor to run CSpell for you automatically.