3.1.0 • Published 1 year ago

@skarab/typescript-config v3.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year 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

1 year ago

3.1.0

1 year ago

3.0.1

1 year ago

3.0.0

1 year 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