Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@growflow/tsconfig

Package Overview
Dependencies
Maintainers
14
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@growflow/tsconfig

Shareable TypeScript configuration used in GrowFlow projects

latest
Source
npmnpm
Version
7.0.0
Version published
Maintainers
14
Created
Source

GrowFlow Shared TypeScript Configuration

Shareable TypeScript configuration to apply consistent compilation rules across GrowFlow TypeScript applications.

Usage

You can easily install this package and all of its peer dependencies with install-peerdeps:

npx install-peerdeps --dev @growflow/tsconfig

You can then add a tsconfig.json to the root of your project with contents similar to the folowing:

{
  "extends": "@growflow/tsconfig",
  "include": ["src", "test"]
}

Editor Integration

VS Code will pick up your TypeScript configuration and Just Work™.

Keywords

typescript

FAQs

Package last updated on 15 Sep 2021

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