@burst/types
v0.0.12
Published
To use the types from package:
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
typeRootsin yourtsconfig.json, as an addition to @types from DefinitelyTypes. Example:
{
"typeRoots": [
"./node_modules/@types",
"./node_modules/@burst/types"
]
}