Skip to content

mskelton/tsconfig

Repository files navigation

@mskelton/tsconfig

Build status semantic-release

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"
}