@infomaker/types-effingo
TypeScript icon, indicating that this package has built-in type declarations

1.1.10 • Public • Published

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-*"
            ]
        }
    }
}

Readme

Keywords

none

Package Sidebar

Install

npm i @infomaker/types-effingo

Weekly Downloads

58

Version

1.1.10

License

MIT

Unpacked Size

25.9 kB

Total Files

5

Last publish

Collaborators

  • prashant.bhatia
  • infomaker-dev
  • jacobtallberg
  • hansbringert