# @bit-ocean/tsconfig

![npm](https://img.shields.io/npm/v/@bit-ocean/tsconfig?logo=typescript&label=tsconfig)

> Universal tsconfig for TypeScript projects.

## Installation

```bash
pnpm add -D typescript @bit-ocean/tsconfig
```

## Configuration

Create a `tsconfig.json` file in the root of your project and add the following:

```json
{
  "extends": "@bit-ocean/tsconfig/base.json",
  "include": ["src"]
}
```
