We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72362e5 commit 2ef37a6Copy full SHA for 2ef37a6
1 file changed
CSharpToJavaScript/CSTOJSOptions.cs
@@ -10,7 +10,10 @@ public class CSTOJSOptions
10
public bool Debug { get; set; } = false;
11
12
13
-
+ /// <summary>
14
+ /// Output path for javascript file.
15
+ /// Default: Directory.GetCurrentDirectory()
16
+ /// </summary>
17
public string OutPutPath { get; set; } = Directory.GetCurrentDirectory();
18
public string OutPutFileName { get; set; } = "main.js";
19
0 commit comments