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

Latest commit

 

History

History

typescript-typings

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

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