mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
build: add node type for api extraction
Without this the node types are `any`. fixes #67027
This commit is contained in:
parent
a4fceda35b
commit
7b5bcbf401
1 changed files with 1 additions and 0 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue