Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/peralva/tsconfig

TypeScript Configuration
https://github.com/peralva/tsconfig

config configuration ts tsconfig typescript

Last synced: 3 months ago
JSON representation

TypeScript Configuration

Awesome Lists containing this project

README

        

# @peralva/tsconfig

TypeScript Configuration

[![NPM Version](https://img.shields.io/npm/v/%40peralva%2Ftsconfig)](https://www.npmjs.com/package/@peralva/tsconfig?activeTab=versions)
[![GitHub Release Date](https://img.shields.io/github/release-date/peralva/tsconfig)](https://github.com/peralva/tsconfig/releases)
[![GitHub License](https://img.shields.io/github/license/peralva/tsconfig)](https://github.com/peralva/tsconfig?tab=MIT-1-ov-file#readme)
[![NPM Downloads](https://img.shields.io/npm/dm/%40peralva%2Ftsconfig)](https://www.npmjs.com/package/@peralva/tsconfig)
[![NPM Publish](https://github.com/peralva/tsconfig/actions/workflows/npm-publish.yml/badge.svg)](https://github.com/peralva/tsconfig/actions/workflows/npm-publish.yml)

## Installation

```bash
npm install -D @peralva/tsconfig
```

## Usage

Add to `tsconfig.json`:

```json
{
"extends": "@peralva/tsconfig"
}
```