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

@seancroach/tsconfig

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@seancroach/tsconfig

A shared TypeScript configuration I use across my projects.

latest
Source
npmnpm
Version
2.1.0
Version published
Maintainers
1
Created
Source

@seancroach/tsconfig

build status downloads

A shared TypeScript configuration I use across my projects.

Highlights

  • Enables strict options which enforce type safety
  • Enables linting options which enforce a higher quality of code
  • Enables importing .json files directly within TypeScript
  • Targets Node v10 to ensure compatibility with all active LTS Node versions

Of course, you could write all the configurations yourself, but why do that when it's already right here to use!

Installation

Install @seancroach/tsconfig through npm:

$ npm install --save-dev @seancroach/tsconfig

Usage

In your tsconfig.json file, extend @seancroach/tsconfig using the extends field:

{
  "extends": "@seancroach/tsconfig"
  // ...
}

License

This package is available as open source under the terms of the MIT License.

Keywords

config

FAQs

Package last updated on 31 Dec 2020

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