@bit-ocean/tsconfig
Version:
Universal tsconfig for TypeScript projects.
23 lines (15 loc) • 415 B
Markdown
# @bit-ocean/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"]
}
```