chore: project config changes for typescript migration

This commit is contained in:
Justin Starry
2021-03-15 11:00:43 +08:00
committed by Justin Starry
parent 3ea23fe736
commit 3eb9f7b3eb
33 changed files with 636 additions and 6274 deletions

6
web3.js/typedoc.json Normal file
View File

@@ -0,0 +1,6 @@
{
"entryPoints": ["src/index.ts"],
"excludeInternal": true,
"excludePrivate": true,
"out": "doc"
}