Skip to content

Commit 566b7de

Browse files
committed
fix: handle -output-typescript
1 parent 45f3ae3 commit 566b7de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

metadata-generator/src/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ int main(int argc, char** argv) {
8888
outputModuleMapsFolder = argv[++i];
8989
} else if (arg == "-output-bin") {
9090
outputBinFile = argv[++i];
91-
} else if (arg == "-output-dts") {
91+
} else if (arg == "-output-dts" || arg == "-output-typescript") {
9292
outputDtsFolder = argv[++i];
9393
} else if (arg == "-docset-path") {
9494
docSetFile = argv[++i];

0 commit comments

Comments
 (0)