Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 197 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 197 Bytes

tsconfig

The shareable TypeScript configuration of MLL

Installation

yarn add --dev @mll-lab/tsconfig

Usage

// tsconfig.json
{
  "extends": "@mll-lab/tsconfig",
  ...
}