fix(website): remove several obsolete special handling of dtypes (#10898)

* fix(website): remove several obsolete special handling of dtypes

* fix: reduce hardcoded places

* chore: api-extractor.json setting mainEntryPointName
This commit is contained in:
Qjuh
2025-05-13 20:40:41 +02:00
committed by GitHub
parent aa533efe26
commit 14e226b72b
12 changed files with 49 additions and 94 deletions

View File

@@ -3,6 +3,8 @@
// ("mainEntryPointFilePath" is required)
"mainEntryPointName": "",
"bundledPackages": [],
"newlineKind": "crlf",

View File

@@ -47,6 +47,11 @@
*/
"mainEntryPointFilePath": "<projectFolder>/lib/index.d.ts",
/**
* Specifies the import path of the entrypoint used as the starting point for analysis.
*/
// "mainEntryPointName": "",
/**
* A list of NPM package names whose exports should be treated as part of this package.
*

View File

@@ -23,6 +23,11 @@
"type": "string"
},
"mainEntryPointName": {
"description": "Specifies the import path of the entrypoint used as the starting point for analysis.",
"type": "string"
},
"additionalEntryPoints": {
"description": "Specifies the .d.ts files to be used as the starting points for analysis.",
"type": "array",