3.1.0 • Published 5 months ago

@skarab/typescript-config v3.1.0

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

5 months ago

3.1.0

5 months ago

3.0.1

5 months ago

3.0.0

5 months ago

2.1.0

1 year ago

2.0.0

1 year ago

1.2.0

2 years ago

1.3.1

2 years ago

1.3.0

2 years ago

1.1.0

2 years ago

1.0.0

2 years ago