UNPKG

@kevinmarrec/cloudstack-tsconfig

Version:
20 lines (12 loc) 417 B
# @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" } ```