Algorand SDK TypeScript Declaration File
npm install @algo-builder/types-algosdkThis package contains type definitions for js-algorand-sdk
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"]
}
}tsconfig.json`.
All paths are relative to the