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

https://github.com/epreston/tsconfig

📦 Shared TypeScript TSConfig Base for my projects.
https://github.com/epreston/tsconfig

configuration shared tsconfig-json

Last synced: 3 months ago
JSON representation

📦 Shared TypeScript TSConfig Base for my projects.

Awesome Lists containing this project

README

          

# tsconfig

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

[![NPM version][npm-badge]][npm-url]
[![License][license-badge]][license-url]

## Install

```sh
npm install @epreston/tsconfig --save-dev
```

## Usage

`tsconfig.json`

```jsonc
{
"extends": "@epreston/tsconfig",
"compilerOptions": {
"outDir": "temp"
}
}
```

## Tools

| Tool | Reference |
| ------------ | ------------------------------ |
| TypeScript | https://www.typescriptlang.org |
| Node.js | https://nodejs.org |
| EditorConfig | https://editorconfig.org |

## References

| Website | Reference |
| -------- | ----------------------- |
| TSConfig | https://aka.ms/tsconfig |

## License

This project is released under the MIT [License](LICENSE).

[npm-badge]: https://img.shields.io/npm/v/@epreston/tsconfig
[npm-url]: https://www.npmjs.com/package/@epreston/tsconfig
[license-badge]: https://img.shields.io/npm/l/@epreston/tsconfig
[license-url]: LICENSE