Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/suin/tsconfig

TypeScript configuration
https://github.com/suin/tsconfig

config configuration tsconfig typescript

Last synced: 30 days ago
JSON representation

TypeScript configuration

Awesome Lists containing this project

README

        

# @suin/tsconfig

Hosts tsconfigs for you to extend in your TypeScript projects.

## Usage

Install this package:

```shell
npm install -D @suin/tsconfig
yarn add -D @suin/tsconfig
```

Add to your `tsconfig.json`:

```json
{
"extends": "@suin/tsconfig/tsconfig.json"
}
```

## Tips

Check if your tsconfig.json is configured correctly:

```shell
npx tsc --showConfig
```