UNPKG

@tendermint/types

Version:

TypeScript definitions for Cosmos and Tendermint

24 lines (23 loc) 646 B
{ "compilerOptions": { "module": "ESNext", "moduleResolution": "Node", "noEmit": true, "strict": true, "target": "ESNext" }, "include": [ "index.d.ts", "types/**/*" ], "typedocOptions": { "out": "docs", "mode": "file", "readme": "none", "ignoreCompilerErrors": true, "includeDeclarations": true, "excludeNotExported": true, "excludeExternals": true, "listInvalidSymbolLinks": true } }