js-waku/typedoc.base.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

8 lines
148 B
JSON

{
"$schema": "https://typedoc.org/schema.json",
"includeVersion": true,
"validation": {
"invalidLink": true,
"notExported": true
}
}