Skip to content

Commit 6c9027f

Browse files
committed
WebApp: Do not compiled TS on build
(it's sufficient on save)
1 parent c712027 commit 6c9027f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/ElectronNET.WebApp/ElectronNET.WebApp.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@
4242
<TypeScriptUseNodeJS>true</TypeScriptUseNodeJS>
4343
<TypeScriptTSConfig>ElectronHostHook/tsconfig.json</TypeScriptTSConfig>
4444
</PropertyGroup>
45+
<PropertyGroup>
46+
<TypeScriptCompileOnSaveEnabled>true</TypeScriptCompileOnSaveEnabled>
47+
<TypeScriptCompileBlocked>true</TypeScriptCompileBlocked>
48+
</PropertyGroup>
4549
<ItemGroup>
4650
<Compile Remove="publish\**" />
4751
<Content Remove="publish\**" />

0 commit comments

Comments
 (0)