Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@skarab/typescript-config

skarab4237MIT3.1.0

My shared TypeScript config

typescript-config, typescript, tsconfig, config

readme

My shared TypeScript config

Installation

pnpm add -D typescript @skarab/typescript-config

Usage

Add @skarab/typescript-config to the extends section of your TypeScript configuration file.

{
  "extends": "@skarab/typescript-config",
  "compilerOptions": {
    "outDir": "build",
    "noEmit": false // true by default
  }
}

My other shared configurations