Files
2022-07-12 09:16:34 -07:00

14 lines
399 B
JSON

{
"name": "EOSIO Javascript",
"entryPoints": ["./src/index.ts"],
"excludeProtected": true,
"excludePrivate": true,
"externalPattern": "**/node_modules/**",
"out": "typedoc-out",
"theme": "default",
"exclude": ["**/*.test.ts","**/*.test.js","**/node_modules/"],
"readme": "README.md",
"hideGenerator": true,
"gitRemote": "https://github.com/eosnetworkfoundation/mandel-eosjs"
}