1.7.0 • Published 4 months ago

@infogata/readergata-plugin-typings v1.7.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

readergata-plugin-typings

npm (scoped)

Types for readergata plugins.

Installation

npm i --save-dev @infogata/readergata-plugin-typings

Usage

Configure tsconfig.json

{
  "compilerOptions": {
    "typeRoots": [
      "./node_modules/@types",
      "./node_modules/@infogata"
    ]
  }
}

or

Import in script

import "@infogata/readergata-plugin-typings";
1.7.0

4 months ago

1.6.0

5 months ago

1.5.0

6 months ago

1.4.0

11 months ago

1.3.0

1 year ago

1.2.0

1 year ago

1.1.0

1 year ago