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

https://github.com/crashmax-dev/tsconfig

✒ Here is my personal TypeScript config.
https://github.com/crashmax-dev/tsconfig

config tsconfig typescript

Last synced: about 1 year ago
JSON representation

✒ Here is my personal TypeScript config.

Awesome Lists containing this project

README

          

# `@crashmax/tsconfig`

> ✒ Here is my personal [TypeScript](https://www.typescriptlang.org) config.

## Install

```sh
npm install @crashmax/tsconfig -D
```

```sh
yarn add @crashmax/tsconfig -D
```

```sh
pnpm add @crashmax/tsconfig -D
```

## Usage

```json
// tsconfig.json
{
"extends": "@crashmax/tsconfig",
"compilerOptions": {
"outDir": "dist"
},
"include": [
"src"
]
}
```