build: add node type for api extraction

Without this the node types are `any`.

fixes #67027
This commit is contained in:
Matthieu Riegler 2026-02-11 20:57:06 +01:00 committed by Matthew Beck (Berry)
parent a4fceda35b
commit 7b5bcbf401

View file

@ -32,6 +32,7 @@ generate_api_docs(
":ssr_docs_lib",
":ssr_docs_lib_types",
"//:node_modules/@angular/ssr",
"//:node_modules/@types/node",
"//packages:common_files_and_deps_for_docs",
],
entry_point = ":_node.d.ts",