TypeScript configuration I use for my projects
🙋♂️ Made by @abhijithvijayan
❤️ it? ⭐️ it on GitHub or Tweet about it.
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
tsconfig.json
{
"extends": "@abhijithvijayan/tsconfig",
"compilerOptions": {
"outDir": "dist",
"target": "es2018" // Node.js 10
}
}
Looking to contribute? Look for the Good First Issue label.
Please file an issue here for bugs, missing documentation, or unexpected behavior.
MIT © Abhijith Vijayan