@infogata/readergata-plugin-typings
v1.7.0
Published
Typings for the ReaderGata Plugin API
Downloads
7
Readme
readergata-plugin-typings
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";