@kevinmarrec/cloudstack-tsconfig
Version:
Opinionated TypeScript config.
20 lines (12 loc) • 417 B
Markdown
# @kevinmarrec/cloudstack-tsconfig
## Description
Opinionated [TypeScript](https://www.typescriptlang.org) config.
## Opinions
Have a direct look at the [source (tsconfig.json)](https://github.com/kevinmarrec/cloudstack/blob/main/packages/tsconfig/tsconfig.json).
## Usage
> Requires [TypeScript](https://www.typescriptlang.org) v5.7 _or later_.
```json
{
"extends": "@kevinmarrec/cloudstack-tsconfig"
}
```