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

https://github.com/corellium/ts-config

Our very own TypeScript configuration!
https://github.com/corellium/ts-config

Last synced: about 1 month ago
JSON representation

Our very own TypeScript configuration!

Awesome Lists containing this project

README

          

# TypeScript Config Corellium

## Installation

Run the command below to install our TypeScript Config:

```sh
yarn add -D @corellium/ts-config
```

Also make sure to install the following peer dependencies:

```sh
yarn add -D typescript typescript-plugin-css-modules
```

## Usage

```json
{
"extends": "@corellium/ts-config/tsconfig.json"
}
```