blob: 5114127cd61a09bb0044b47c8d183765a47d5a01 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
{
"tempDir": true,
"args": [
"doc",
"--html",
"--name=MyLib",
"--output=temp_dir_path_here",
"referenced_private_types_fixed.ts"
],
"output": "[WILDCARD]",
"exitCode": 0
}
|