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