@infomaker/types-pagehub
v0.10.0-beta.1
Published
TypeScript definitions for pagehub module
Downloads
71
Keywords
Readme
Installation
npm install --save-dev @infomaker/types-pagehub
Summary
This package contains type definitions for the pagehub API ( https://bitbucket.org/infomaker/pagehub ).
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-*"
]
}
}
}