Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/abhijithvijayan/tsconfig

TypeScript configuration I use for my projects
https://github.com/abhijithvijayan/tsconfig

npm shared tsconfig typescript

Last synced: about 2 months ago
JSON representation

TypeScript configuration I use for my projects

Awesome Lists containing this project

README

        

tsconfig


TypeScript configuration I use for my projects




NPM


Travis Build



DEPENDENCIES


LICENSE


TWEET


🙋‍♂️ Made by @abhijithvijayan



Donate:
PayPal,
Patreon




Buy Me a Coffee



❤️ it? ⭐️ it on [GitHub](https://github.com/abhijithvijayan/tsconfig/stargazers) or [Tweet](https://twitter.com/intent/tweet?text=Check%20out%20%40abhijithvijayan%2Ftsconfig%21%20by%20%40_abhijithv%0A%0AShared%20typescript%20configuration%20module%0Ahttps%3A%2F%2Fgithub.com%2Fabhijithvijayan%2Ftsconfig%0A%0A%23typescript%20%23shared%20%23config) about it.

## Table of Contents

- [Installation](#installation)
- [Usage](#usage)
- [Issues](#issues)
- [🐛 Bugs](#-bugs)
- [LICENSE](#license)

## Installation

Ensure you have [Node.js](https://nodejs.org) 10 or later installed. Then run the following:

```js
# via npm
npm install --save-dev @abhijithvijayan/tsconfig

# or yarn
yarn add @abhijithvijayan/tsconfig --dev
```

## Usage

`tsconfig.json`

```json
{
"extends": "@abhijithvijayan/tsconfig",
"compilerOptions": {
"outDir": "dist",
"target": "es2018" // Node.js 10
}
}
```

## Issues

_Looking to contribute? Look for the [Good First Issue](https://github.com/abhijithvijayan/tsconfig/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc+label%3A%22good+first+issue%22)
label._

### 🐛 Bugs

Please file an issue [here](https://github.com/abhijithvijayan/tsconfig/issues/new) for bugs, missing documentation, or unexpected behavior.

[**See Bugs**](https://github.com/abhijithvijayan/tsconfig/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc+label%3A%22type%3A+bug%22)

## License

MIT © [Abhijith Vijayan](https://abhijithvijayan.in)