Merge pull request #935 from softworkz/submit_ts_project

ElectronNET.Host: Replace website by a real ts project
This commit is contained in:
Florian Rappl
2025-11-15 16:02:02 +01:00
committed by GitHub
17 changed files with 427 additions and 152 deletions

View File

@@ -42,6 +42,10 @@
<TypeScriptUseNodeJS>true</TypeScriptUseNodeJS>
<TypeScriptTSConfig>ElectronHostHook/tsconfig.json</TypeScriptTSConfig>
</PropertyGroup>
<PropertyGroup>
<TypeScriptCompileOnSaveEnabled>true</TypeScriptCompileOnSaveEnabled>
<TypeScriptCompileBlocked>true</TypeScriptCompileBlocked>
</PropertyGroup>
<ItemGroup>
<Compile Remove="publish\**" />
<Content Remove="publish\**" />