New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@cncsc/typescript-config

Package Overview
Dependencies
Maintainers
2
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cncsc/typescript-config

Baseline TypeScript compiler configuration for CNCSC projects.

latest
Source
npmnpm
Version
2.0.1
Version published
Maintainers
2
Created
Source

TypeScript Config

This repository contains the baseline TypeScript compiler configuration for all CNCSC projects that use TypeScript 3.7 or newer.

Referencing this Configuration

You can reference this config by installing the NPM package in your project:

npm install --save-dev @cncsc/typescript-config

Then replace the contents of your tsconfig.json file with:

{
  "extends": "@cncsc/typescript-config"
}

You can overwrite settings defined in this configuration by specifying them in your project's tsconfig.json.

FAQs

Package last updated on 13 Sep 2023

Did you know?

Socket

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