https://github.com/peralva/tsconfig
TypeScript Configuration
https://github.com/peralva/tsconfig
config configuration ts tsconfig typescript
Last synced: 5 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-29T19:43:16.000Z (over 1 year ago)
- Last Synced: 2025-09-06T07:35:58.931Z (10 months ago)
- Topics: config, configuration, ts, tsconfig, typescript
- Homepage: https://www.npmjs.com/package/@peralva/tsconfig
- Size: 20.5 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
[](https://www.npmjs.com/package/@peralva/tsconfig?activeTab=versions)
[](https://github.com/peralva/tsconfig/releases)
[](https://github.com/peralva/tsconfig?tab=MIT-1-ov-file#readme)
[](https://www.npmjs.com/package/@peralva/tsconfig)
[](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"
}
```