Skip to content

Our very own TypeScript configuration!

Notifications You must be signed in to change notification settings

corellium/ts-config

Repository files navigation

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