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

https://github.com/atomicojs/tsconfig


https://github.com/atomicojs/tsconfig

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# @atomico/tsconfig

These are base shared `tsconfig.json`s from which all other `tsconfig.json`'s inherit from.

## usage

```json
{
"extends": "@atomico/tsconfig/base.json",
"include": ["src/**/*"]
}
```