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

https://github.com/tivix/js-standard-typescript-config


https://github.com/tivix/js-standard-typescript-config

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

# @tivix/typescript-config

This package contains a shared [TypeScript](https://www.typescriptlang.org/) config.

## Installation

To manually install, set this package to the `"extends"` key in your project’s [tsconfig](https://www.typescriptlang.org/docs/handbook/tsconfig-json.html).

```json
{
"extends": ["@tivix/typescript-config"]
}
```