readme.md
June 28, 2025 ยท View on GitHub
tsconfig
TypeScript configuration I use for my projects
๐โโ๏ธ Made by @abhijithvijayan
โค๏ธ it? โญ๏ธ it on GitHub or Tweet about it.
Table of Contents
Installation
Ensure you have Node.js 18 or later installed. Then run the following:
# via npm
npm install --save-dev @abhijithvijayan/tsconfig
# or yarn
yarn add @abhijithvijayan/tsconfig --dev
Usage
tsconfig.json
{
"extends": "@abhijithvijayan/tsconfig",
"compilerOptions": {
"outDir": "dist",
"target": "es2018" // Node.js 10
}
}
Issues
Looking to contribute? Look for the Good First Issue label.
๐ Bugs
Please file an issue here for bugs, missing documentation, or unexpected behavior.
License
MIT ยฉ Abhijith Vijayan