An open API service indexing awesome lists of open source software.

https://github.com/cycraft/tsconfig

Modern ESM base tsconfig to extend from
https://github.com/cycraft/tsconfig

Last synced: 6 months ago
JSON representation

Modern ESM base tsconfig to extend from

Awesome Lists containing this project

README

          

# tsconfig

> Shared [TypeScript config](https://www.typescriptlang.org/docs/handbook/tsconfig-json.html) for my projects

## Install

```sh
npm i -D @cycraft/tsconfig
```

*This config requires TypeScript 5 or later.*

## Usage

`tsconfig.json`

```json
{
"extends": "@cycraft/tsconfig",
"compilerOptions": {
"outDir": "dist"
}
}
```