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

https://github.com/naturalclar/tsconfig

Shared tsconfig for my repos
https://github.com/naturalclar/tsconfig

Last synced: 5 months ago
JSON representation

Shared tsconfig for my repos

Awesome Lists containing this project

README

          

# tsconfig

Base Typescript config for my projects

## Usage

First, install the package

```
yarn add -D @naturalclar/tsconfig
```

Then, in your project directory, make a new `tsconfig.json`

```json
{
"extends": "@naturalclar/tsconfig",
"compilerOptions": {
"outDir": "dist",
"rootDir": "src"
}
}
```

## License

MIT