1.3.2 • Published 5 years ago

@joincivil/typescript-typings v1.3.2

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
5 years ago

@joincivil/typescript-typings

This package is a Typescript typeRoot of all typings of external packages that otherwise have no types of their own.

license

Reasoning

Some of the types are not in the main DefintelyTyped repository, while others are written by us. We're using this package to increase velocity of updating types. Getting stuff into the main repo takes a week, which is too slow for us at the current stage.

All of the types here are designed to not add any functionallity except the one existing in the packages themselves

Usage

Install this package.

yarn add --dev @joincivil/typescript-typings

Update your tsconfig.json to include additional type root.

{
  {
  "compilerOptions": {
    "typeRoots": ["node_modules/@joincivil/typescript-typings/types", "node_modules/@types"]
  }
}

Proceed as normal, happier.

1.3.2

5 years ago

1.3.1

5 years ago

1.3.0

5 years ago

1.2.3

6 years ago

1.2.1

6 years ago

1.2.0

6 years ago

1.1.0

6 years ago

1.0.5

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago