New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More

@aniftyco/tsconfig

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aniftyco/tsconfig

Shared TypeScript config for NiftyCo projects


Version published
Weekly downloads
1
decreased by-87.5%
Maintainers
1
Weekly downloads
 
Created

@aniftyco/tsconfig

Shared TypeScript config for NiftyCo projects.

Install

npm install --save-dev @aniftyco/tsconfig

This config requires TypeScript 4.7 or later.

Usage

tsconfig.json

{
  "extends": "@aniftyco/tsconfig",
  "compilerOptions": {
    "outDir": "dist"
  }
}

When you are targeting a higher version of Node.js, check the relevant ECMAScript version and add it as target:

{
  "extends": "@aniftyco/tsconfig",
  "compilerOptions": {
    "outDir": "dist",
    "target": "ES2021"
  }
}

FAQs

Package last updated on 19 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