updated entry point to single file, not the glob
This commit is contained in:
+2
-2
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user