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

https://github.com/alpheuscfg/tsconfig

A shareable TypeScript configuration
https://github.com/alpheuscfg/tsconfig

config javascript shareable tsconfig typescript

Last synced: about 1 month ago
JSON representation

A shareable TypeScript configuration

Awesome Lists containing this project

README

          

# Typescript Configuration

A shareable TypeScript configuration.

## Usage

Implement the configuration into `tsconfig.json`:

```json
{
"extends": "@apst/tsconfig"
}
```

Or for library:

```json
{
"extends": "@apst/tsconfig/lib"
}
```

## Changelog

For the changelog, please refer to the [changelog](./CHANGELOG.md).

## License

This project is licensed under the terms of the MIT license.