Socket
Socket
Sign inDemoInstall

@pega/tsconfig

Package Overview
Dependencies
1
Maintainers
3
Versions
23
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @pega/tsconfig

Pega front-end TypeScript configuration.


Version published
Weekly downloads
812
increased by18.02%
Maintainers
3
Created
Weekly downloads
 

Readme

Source

@pega/tsconfig

Pegasystems front-end TypeScript configuration.

Installation

Install TypeScript and the Pega config.

npm i -D typescript @pega/tsconfig

Setting 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 tsc

VS Code integration

As long as you have a tsconfig.json file at the root of your workspace, VS Code will integrate with TypeScript automatically.

Keywords

FAQs

Last updated on 03 Mar 2022

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc