@infomaker/types-comms
v0.8.0-rc.1
Published
TypeScript definitions for comms module
Downloads
41
Keywords
Readme
Installation
npm install --save-dev @infomaker/types-comms
Summary
This package contains type definitions for the comms API ( https://bitbucket.org/infomaker/comms ).
Enable Types
To enable discovery of this module, create this tsconfig.json
-file in your root folder:
{
"compilerOptions": {
"allowJs": true,
"noEmit": true,
"baseUrl": ".",
"paths": {
"*": [
"*",
"node_modules/@infomaker/types-*"
]
}
}
}