Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/peralva/tsconfig
- Owner: peralva
- License: mit
- Created: 2024-10-20T16:36:49.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-10-26T01:13:29.000Z (4 months ago)
- Last Synced: 2024-10-28T09:34:44.897Z (4 months ago)
- Topics: config, configuration, ts, tsconfig, typescript
- Homepage: https://www.npmjs.com/package/@peralva/tsconfig
- Size: 17.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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"
}
```