mirror of
https://github.com/oceanprotocol/docs.git
synced 2024-11-26 19:49:26 +01:00
8 lines
208 B
Bash
Executable File
8 lines
208 B
Bash
Executable File
|
|
./node_modules/typedoc/bin/typedoc \
|
|
--json ./external/squid-js/squid-js.json ./external/squid-js/src/squid.ts \
|
|
--excludePrivate \
|
|
--excludeExternals \
|
|
--excludeProtected \
|
|
--target ES6
|