@abhijithvijayan/tsconfig

TypeScript configuration I use for my projects

Usage no npm install needed!

<script type="module">
  import abhijithvijayanTsconfig from 'https://cdn.skypack.dev/@abhijithvijayan/tsconfig';
</script>

README

tsconfig

TypeScript configuration I use for my projects

🙋‍♂️ Made by @abhijithvijayan

Donate: PayPal, Patreon

Buy Me a Coffee


❤️ it? ⭐️ it on GitHub or Tweet about it.

Table of Contents

Installation

Ensure you have Node.js 10 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.

See Bugs

License

MIT © Abhijith Vijayan