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

https://github.com/facile-it/tsconfig-facile

Shared TypeScript config for facile-it projects
https://github.com/facile-it/tsconfig-facile

Last synced: 5 months ago
JSON representation

Shared TypeScript config for facile-it projects

Awesome Lists containing this project

README

          

# @facile-it/tsconfig

Shared TypeScript config for facile.it projects

## Installation

```sh
npm install -D @facile-it/tsconfig
```

## tsconfig common

Add to your `tsconfig.json`:

```json
"extends": "@facile-it/tsconfig/tsconfig.json"
```

## tsconfig React.js

Add to your `tsconfig.json`:

```json
"extends": "@facile-it/tsconfig/tsconfig-react.json"
```

## tsconfig Next.js

Add to your `tsconfig.json`:

```json
"extends": "@facile-it/tsconfig/tsconfig-next.json"
```

## tsconfig Nest.js

Add to your `tsconfig.json`:

```json
"extends": "@facile-it/tsconfig/tsconfig-nest.json"
```