Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 349 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 349 Bytes

TypeScript Config Corellium

Installation

Run the command below to install our TypeScript Config:

yarn add -D @corellium/ts-config

Also make sure to install the following peer dependencies:

yarn add -D typescript typescript-plugin-css-modules

Usage

{
  "extends": "@corellium/ts-config/tsconfig.json"
}