UNPKG
autogram-sdk
Version:
latest (0.1.0)
0.1.0
0.0.5
0.0.3
0.0.2
0.0.1
SDK for Autogram signer
github.com/slovensko-digital/autogram-sdk
slovensko-digital/autogram-sdk
autogram-sdk
/
typedoc.json
13 lines
(12 loc)
•
287 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"entryPoints"
: [
"src/index.ts"
,
"src/demo.ts"
,
"src/types.ts"
,
"src/with-ui.ts"
,
"src/autogram-api/index.ts"
,
"src/avm-api/index.ts"
],
"exclude"
: [
"**/node_modules/**/*"
,
"**/*.test.ts"
,
"**/*.codemod.ts"
] //
"plugin"
: [
"typedoc-plugin-markdown"
] }