Skip to content

Commit

Permalink
Fix default entry point globs comment
Browse files Browse the repository at this point in the history
  • Loading branch information
volkanceylan committed Sep 8, 2024
1 parent 53dc353 commit 18298e8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -583,7 +583,7 @@ public class UpgradeInformation
public class TSBuildConfig
{
/// <summary>
/// List of entry point globs, default is "**/Page.ts", "**/Page.tsx", "**/ScriptInit.ts"
/// List of entry point globs, default is "**/*Page.ts", "**/*Page.tsx", "**/ScriptInit.ts"
/// </summary>
public List<string> EntryPoints { get; set; }

Expand Down

0 comments on commit 18298e8

Please sign in to comment.