@planq-network/connect
Version:
Light Toolkit for connecting with the Planq network
13 lines • 377 B
JSON
{
"mode": "modules",
"exclude": ["**/generated/*.ts", "**/*+(index|.test).ts"],
"excludeNotExported": true,
"excludePrivate": true,
"excludeProtected": true,
"includeDeclarations": false,
"ignoreCompilerErrors": true,
"hideGenerator": "true",
"out": "../../docs/sdk/docs/connect",
"gitRevision": "master",
"readme": "./README.md"
}