mirror of
https://github.com/chatmail/core.git
synced 2026-05-19 23:06:32 +03:00
nodejs: update and fix typedoc
This commit is contained in:
@@ -13,10 +13,10 @@
|
|||||||
},
|
},
|
||||||
"exclude": ["node_modules", "deltachat-core-rust", "dist", "scripts"],
|
"exclude": ["node_modules", "deltachat-core-rust", "dist", "scripts"],
|
||||||
"typedocOptions": {
|
"typedocOptions": {
|
||||||
"mode": "file",
|
|
||||||
"out": "docs",
|
"out": "docs",
|
||||||
"excludeNotExported": true,
|
"excludePrivate": true,
|
||||||
"defaultCategory": "index",
|
"defaultCategory": "index",
|
||||||
"includeVersion": true
|
"includeVersion": true,
|
||||||
|
"entryPoints": ["lib/index.ts"]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -17,7 +17,7 @@
|
|||||||
"prebuildify": "^5.0.1",
|
"prebuildify": "^5.0.1",
|
||||||
"prebuildify-ci": "^1.0.5",
|
"prebuildify-ci": "^1.0.5",
|
||||||
"prettier": "^2.0.5",
|
"prettier": "^2.0.5",
|
||||||
"typedoc": "^0.17.0",
|
"typedoc": "^0.25.3",
|
||||||
"typescript": "^5.2.2"
|
"typescript": "^5.2.2"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
|
|||||||
Reference in New Issue
Block a user