@vinicius1313/tsconfig

This library contains the TypeScript configurations I use in my projects.

Installation

Install this library with:

npm install -D @vinicius1313/tsconfig
# or
yarn add -D @vinicius1313/tsconfig

Usage

Edit your tsconfig.json file to extend this library:

{
    "extends": "@vinicius1313/tsconfig/tsconfig.json",
}