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

8.2.0-beta.1 • Public • Published

Installation

npm install --save-dev @infomaker/types-writer

Summary

This package contains type definitions for writer ( https://bitbucket.org/infomaker/writer-client ).

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-writer

Weekly Downloads

43

Version

8.2.0-beta.1

License

MIT

Unpacked Size

222 kB

Total Files

5

Last publish

Collaborators

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