#@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"
]
}