@burst/types
v0.0.12
Published
To use the types from package:
Downloads
9
Keywords
Readme
#@burst/types
To use the types from package:
- Install it as a (dev-)dependency in your project.
- Add the module as one of your
typeRoots
in yourtsconfig.json
, as an addition to @types from DefinitelyTypes. Example:
{
"typeRoots": [
"./node_modules/@types",
"./node_modules/@burst/types"
]
}