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

@digitalbits-blockchain/tsconfig

Package Overview
Dependencies
Maintainers
5
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@digitalbits-blockchain/tsconfig

Default TypeScript config for DigitalBits Foundation

latest
Source
npmnpm
Version
1.0.5
Version published
Maintainers
5
Created
Source

@digitalbits/tsconfig

The default TypeScript config for Digitalbist Foundation projects.

Usage

Install the package:

yarn add --dev @digitalbits/tsconfig

Then extend your projects' tsconfig.json file with it:

{
  "extends": "@digitalbits/tsconfig"
}

Note that you'll have to provide a significant amount of project-specific configuration options, including the outDir and include files. Check out this configuration to see what's defined and what was left out.

FAQs

Package last updated on 02 Aug 2022

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