@dxos/typings
v0.7.4
Published
Typescript defs for various base packages
Downloads
7,905
Keywords
Readme
Typings
This is a staging area for Typescript definitions that are either not available from the third-space packages directly or from Definitely Typed.
Usage
- Each package must include
@dxos/typings
in thetypes
section of itstsconfig.json
file. - The workspace global
package.json
contains a reference to@dxos/typings
so that all projects include it in theirdevDependencies
.
Creating Typings
- Create shared typings here as a potential staging ground for Definitely Typed.
- Keep one-off typings in the local repo in a
./src/typings.d.ts
. - Be careful to include required imports inside each module definition.