updated entry point to single file, not the glob

This commit is contained in:
Eric Passmore
2022-07-12 09:16:34 -07:00
parent 7c9d84e417
commit c2f36f815a
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "EOSIO Javascript",
"entryPoints": ["./src/*.*"],
"entryPoints": ["./src/index.ts"],
"excludeProtected": true,
"excludePrivate": true,
"externalPattern": "**/node_modules/**",
"out": "typedoc-out",
"theme": "default",
"exclude": ["**/index*","**/*.test.ts","**/*.test.js","**/node_modules/"],
"exclude": ["**/*.test.ts","**/*.test.js","**/node_modules/"],
"readme": "README.md",
"hideGenerator": true,
"gitRemote": "https://github.com/eosnetworkfoundation/mandel-eosjs"