BlackTurtle123 / waveskeeper-types

Library with Waves Keeper API types for TypeScript.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Waveskeeper-types

npm

Library with types for Waves Keeper API.

How to use

npm install @waves/waveskeeper-types

Include to tsconfig.json this line:

{
    "compilerOptions": {
        ...
        "typeRoots": ["./node_modules/@waves/waveskeeper-types", ...]
        ...
    }
}

or this line:

{
    "compilerOptions": {
        ...
        "types": ["./node_modules/@waves/waveskeeper-types", .....],
        ...
    }
}

About

Library with Waves Keeper API types for TypeScript.