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

https://github.com/jwygithub/tsconfig

a base tsconfig.json
https://github.com/jwygithub/tsconfig

tsconfig

Last synced: 4 months ago
JSON representation

a base tsconfig.json

Awesome Lists containing this project

README

          

# @janone/tsconfig

#### janone tsconfig


version
download
issues
license



### install

#### with pnpm

```sh
pnpm add @janone/tsconfig -D
```

#### with yarn

```sh
yarn add @janone/tsconfig -D
```

#### with npm

```sh
npm install @janone/tsconfig -D
```

### use

> `base`

```json
{
"extends": "@janone/tsconfig/tsconfig.base.json"
// ...
}
```

> `node`

```json
{
"extends": "@janone/tsconfig/tsconfig.node.json"
// ...
}
```

> `vue`

```json
{
"extends": "@janone/tsconfig/tsconfig.vue.json"
// ...
}
```

> `react`

```json
{
"extends": "@janone/tsconfig/tsconfig.react.json"
// ...
}
```