@algo-builder/types-algosdk
TypeScript icon, indicating that this package has built-in type declarations

1.1.0 • Public • Published

Summary

This package contains type definitions for js-algorand-sdk

Usage

By default, the TypeScript compiler searches for type definitions in

  • all packages discoverable (node modules: ./node_modules) under ”@types” organization (eg node_modules/@types of any enclosing folder are considered visible).
  • local *d.ts files
  • all subpackages defined tsconfig.compilerOptions.typeRoots.

To use this package in a Typescript you have to update your tsconfig.json file. The typeRoots attribute must be updated:

{
  "compilerOptions": {
    "typeRoots": ["node_modules/@types", "node_modules/@algo-builder/types-algosdk"]
  }
}

All paths are relative to the tsconfig.json.

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i @algo-builder/types-algosdk

      Weekly Downloads

      3

      Version

      1.1.0

      License

      MIT

      Unpacked Size

      28.4 kB

      Total Files

      7

      Last publish

      Collaborators

      • robert.zaremba