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 8b5def6 commit 61ab70eCopy full SHA for 61ab70e
src/WebApiToTypeScript/Config/Config.cs
@@ -66,6 +66,9 @@ public class Config
66
public string ViewsSourceDirectory { get; set; }
67
= "Views";
68
69
+ public string ViewsPattern { get; set; }
70
+ = ".view.";
71
+
72
public string ViewsOutputDirectory { get; set; }
73
74
@@ -75,6 +78,9 @@ public class Config
75
78
public string ViewsNamespace { get; set; }
76
79
77
80
81
+ public bool UseViewsGroupingNamespace { get; set; }
82
+ = true;
83
84
public bool ScanOtherModules { get; set; }
85
= true;
86
0 commit comments