Skip to content
This repository was archived by the owner on Dec 13, 2019. It is now read-only.

Latest commit

 

History

History
17 lines (11 loc) · 683 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 683 Bytes

Type repository for external packages used by Counterfactual's Typescript code. This is automatically imported by all packages in the monorepo as a kind of stub for any packages we need that are not typed in the way that we would like.

Installation

yarn add -D @counterfactual/typescript-typings

Usage

Add the following line within an compilerOptions section of your tsconfig.json

"typeRoots": ["node_modules/@counterfactual/typescript-typings/types", "node_modules/@types"]