https://github.com/gravity-ui/tsconfig
https://github.com/gravity-ui/tsconfig
config typescript
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/gravity-ui/tsconfig
- Owner: gravity-ui
- License: mit
- Created: 2022-08-24T13:01:17.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-12-24T11:15:29.000Z (over 1 year ago)
- Last Synced: 2025-01-13T13:46:36.530Z (over 1 year ago)
- Topics: config, typescript
- Language: JavaScript
- Homepage:
- Size: 26.4 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# @gravity-ui/tsconfig
## Install
```
npm install --save-dev @gravity-ui/tsconfig
```
## Usage
Add `tsconfig.json` file in the project root with the following content:
```json
{
"extends": "@gravity-ui/tsconfig/tsconfig.json"
}
```