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

https://github.com/block-core/tsconfig

Shared TypeScript config for Blockcore projects
https://github.com/block-core/tsconfig

Last synced: 3 months ago
JSON representation

Shared TypeScript config for Blockcore projects

Awesome Lists containing this project

README

          

# tsconfig
Shared TypeScript config for Blockcore projects

## Install

```sh
npm install --save-dev @blockcore/tsconfig
```

## Usage

`tsconfig.json`

```json
{
"extends": "@blockcore/tsconfig",
"compilerOptions": {
"target": "ES2015"
}
}