mirror of
https://github.com/waku-org/js-waku.git
synced 2025-01-10 12:36:12 +00:00
020463c358
* 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
9 lines
136 B
JSON
9 lines
136 B
JSON
{
|
|
"extends": "./tsconfig",
|
|
"compilerOptions": {
|
|
"module": "ESNext",
|
|
"moduleResolution": "Bundler",
|
|
"noEmit": true
|
|
}
|
|
}
|