@skarab/typescript-config

3.1.0 • Public • Published

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

Package Sidebar

Install

npm i @skarab/typescript-config

Weekly Downloads

2

Version

3.1.0

License

MIT

Unpacked Size

17.8 kB

Total Files

4

Last publish

Collaborators

  • skarab