@mskelton/tsconfig
Shared TypeScript config for my projects.
Installation
npm
npm install -D @mskelton/tsconfig
Yarn
yarn add -D @mskelton/tsconfig
Usage
Add the following line to your tsconfig.json
file.
{
"extends": "@mskelton/tsconfig"
}