Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexey-koran/tsconfig
Shared tsconfig
https://github.com/alexey-koran/tsconfig
tsconfig typescript
Last synced: about 2 months ago
JSON representation
Shared tsconfig
- Host: GitHub
- URL: https://github.com/alexey-koran/tsconfig
- Owner: alexey-koran
- License: mit
- Created: 2023-01-29T17:48:11.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-21T18:31:12.000Z (6 months ago)
- Last Synced: 2024-12-01T04:17:56.714Z (2 months ago)
- Topics: tsconfig, typescript
- Homepage: https://npmjs.com/@alexey-koran/tsconfig
- Size: 6.84 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# `@alexey-koran/tsconfig`
[TSConfig](https://www.typescriptlang.org/docs/handbook/tsconfig-json.html)
[Sharing configuration](https://www.typescriptlang.org/tsconfig#extends)
### Installation
```bash
pnpm i -D @alexey-koran/tsconfig
```## Usage
tsconfig.json
```json
{
"extends": "@alexey-koran/tsconfig",
}
```### [Example](https://github.com/alexey-koran/react-template/blob/main/tsconfig.json)