mirror of
https://github.com/status-im/js-waku.git
synced 2025-02-23 18:38:11 +00:00
* update typescript, define in root package.json * update typedoc and fix typedoc comments * update dev version of tsconfig * set module and resolution for tsconfig dev * bump ts plugins * set order of typedoc generation * turn off warnings as errors setting
4 lines
79 B
JSON
4 lines
79 B
JSON
{
|
|
"extends": ["../../typedoc.base.json"],
|
|
"entryPoints": ["src/index.ts"]
|
|
} |