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 c712027 commit 6c9027fCopy full SHA for 6c9027f
src/ElectronNET.WebApp/ElectronNET.WebApp.csproj
@@ -42,6 +42,10 @@
42
<TypeScriptUseNodeJS>true</TypeScriptUseNodeJS>
43
<TypeScriptTSConfig>ElectronHostHook/tsconfig.json</TypeScriptTSConfig>
44
</PropertyGroup>
45
+ <PropertyGroup>
46
+ <TypeScriptCompileOnSaveEnabled>true</TypeScriptCompileOnSaveEnabled>
47
+ <TypeScriptCompileBlocked>true</TypeScriptCompileBlocked>
48
+ </PropertyGroup>
49
<ItemGroup>
50
<Compile Remove="publish\**" />
51
<Content Remove="publish\**" />
0 commit comments