js-waku/packages/interfaces/typedoc.json
Sasha 020463c358
chore: update typescript (#1528)
* 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
2023-09-21 10:57:37 +02:00

4 lines
79 B
JSON

{
"extends": ["../../typedoc.base.json"],
"entryPoints": ["src/index.ts"]
}