Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/suin/tsconfig
TypeScript configuration
https://github.com/suin/tsconfig
config configuration tsconfig typescript
Last synced: 30 days ago
JSON representation
TypeScript configuration
- Host: GitHub
- URL: https://github.com/suin/tsconfig
- Owner: suin
- Created: 2022-02-06T19:09:02.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-06T19:56:12.000Z (about 3 years ago)
- Last Synced: 2024-12-22T06:54:03.569Z (2 months ago)
- Topics: config, configuration, tsconfig, typescript
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# @suin/tsconfig
Hosts tsconfigs for you to extend in your TypeScript projects.
## Usage
Install this package:
```shell
npm install -D @suin/tsconfig
yarn add -D @suin/tsconfig
```Add to your `tsconfig.json`:
```json
{
"extends": "@suin/tsconfig/tsconfig.json"
}
```## Tips
Check if your tsconfig.json is configured correctly:
```shell
npx tsc --showConfig
```