Skip to content

Commit 9379e40

Browse files
committed
fix Upgrade_20201123_Typescript41
1 parent 0ee7723 commit 9379e40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Signum.Upgrade/Upgrades/Upgrade_20201123_Typescript41.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public override void Execute(UpgradeContext uctx)
3030
uctx.ChangeCodeFile("Southwind.React/tsconfig.json", file =>
3131
{
3232
file.RemoveAllLines(a => a.Contains(@"""baseUrl"": ""."","));
33-
file.Replace("*", "./*");
33+
file.Replace("\"*\"", "\"./*\"");
3434
});
3535
}
3636
}

0 commit comments

Comments
 (0)