3.1.0 • Published 2 years ago

@skarab/typescript-config v3.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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

3.0.2

2 years ago

3.1.0

2 years ago

3.0.1

2 years ago

3.0.0

2 years ago

2.1.0

3 years ago

2.0.0

3 years ago

1.2.0

3 years ago

1.3.1

3 years ago

1.3.0

3 years ago

1.1.0

3 years ago

1.0.0

3 years ago