We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45f3ae3 commit 566b7deCopy full SHA for 566b7de
metadata-generator/src/main.cpp
@@ -88,7 +88,7 @@ int main(int argc, char** argv) {
88
outputModuleMapsFolder = argv[++i];
89
} else if (arg == "-output-bin") {
90
outputBinFile = argv[++i];
91
- } else if (arg == "-output-dts") {
+ } else if (arg == "-output-dts" || arg == "-output-typescript") {
92
outputDtsFolder = argv[++i];
93
} else if (arg == "-docset-path") {
94
docSetFile = argv[++i];
0 commit comments