Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abhijithvijayan/tsconfig
TypeScript configuration I use for my projects
https://github.com/abhijithvijayan/tsconfig
npm shared tsconfig typescript
Last synced: 19 days ago
JSON representation
TypeScript configuration I use for my projects
- Host: GitHub
- URL: https://github.com/abhijithvijayan/tsconfig
- Owner: abhijithvijayan
- License: mit
- Created: 2020-04-07T16:20:35.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-15T15:16:42.000Z (over 2 years ago)
- Last Synced: 2024-10-11T20:34:06.526Z (about 1 month ago)
- Topics: npm, shared, tsconfig, typescript
- Size: 20.5 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- Funding: .github/FUNDING.yml
- License: license
Awesome Lists containing this project
README
tsconfig
TypeScript configuration I use for my projects
🙋♂️ Made by @abhijithvijayan
❤️ 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)