1.1.14 • Published 4 years ago

@vericus/slate-kit-typescript-typings v1.1.14

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

@Vericus / Typescript typings

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

Documentation

Reasoning

Slate's typescript definition are pretty new on the main DefinitelyTyped repository, the update to it is much slower than the speed of development of Slate. We're using this package to increase the velocity repository of updating types. All the types will be a port of what's in DefinitelyTyped repository and will be ported back as regular as we can.

Usage

Install this package.

yarn add --dev @vericus/slate-kit-typescript-typings

Update your tsconfig.json to include additional type root.

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

Proceed as normal, happier.

License

MIT © GitHub

1.1.14

4 years ago

1.1.13

5 years ago

1.1.12

5 years ago

1.1.11

5 years ago

1.1.10

5 years ago

1.1.9

5 years ago

1.1.8

5 years ago

1.1.7

5 years ago

1.1.6

5 years ago

1.1.5

5 years ago

1.1.4

5 years ago

1.1.3

5 years ago

1.1.2

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.11

5 years ago

1.0.10

6 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago