Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/skarab42/typescript-config

My shared TypeScript config
https://github.com/skarab42/typescript-config

config strict tsconfig typescript

Last synced: 15 days ago
JSON representation

My shared TypeScript config

Awesome Lists containing this project

README

        

# My shared TypeScript config

## Installation

```bash
pnpm add -D typescript @skarab/typescript-config
```

## Usage

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

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

# My other shared configurations

- [@skarab/eslint-config](https://github.com/skarab42/eslint-config)
- [@skarab/prettier-config](https://github.com/skarab42/prettier-config)