@abhijithvijayan/tsconfig

1.3.0 • Public • Published

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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.3.0
    107
    • latest

Version History

Package Sidebar

Install

npm i @abhijithvijayan/tsconfig

Weekly Downloads

112

Version

1.3.0

License

MIT

Unpacked Size

8.01 kB

Total Files

4

Last publish

Collaborators

  • abhijithvijayan