https://github.com/tivix/js-standard-typescript-config
https://github.com/tivix/js-standard-typescript-config
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tivix/js-standard-typescript-config
- Owner: Tivix
- Created: 2019-12-17T11:46:44.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-08-05T12:27:42.000Z (about 4 years ago)
- Last Synced: 2025-03-17T13:11:14.106Z (7 months ago)
- Size: 1000 Bytes
- Stars: 1
- Watchers: 18
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# @tivix/typescript-config
This package contains a shared [TypeScript](https://www.typescriptlang.org/) config.
## Installation
To manually install, set this package to the `"extends"` key in your project’s [tsconfig](https://www.typescriptlang.org/docs/handbook/tsconfig-json.html).
```json
{
"extends": ["@tivix/typescript-config"]
}
```