Remove TypeScript compilation
This commit is contained in:
parent
00d9ccab82
commit
6b6a07060c
1 changed files with 0 additions and 13 deletions
|
@ -1,17 +1,4 @@
|
||||||
<Project Sdk="Microsoft.NET.Sdk.Web">
|
<Project Sdk="Microsoft.NET.Sdk.Web">
|
||||||
|
|
||||||
<PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
|
|
||||||
<TypeScriptOutDir>wwwroot/js</TypeScriptOutDir>
|
|
||||||
<TypeScriptOutFile>wwwroot/js/compiled.js</TypeScriptOutFile>
|
|
||||||
<TypeScriptTarget>ES6</TypeScriptTarget>
|
|
||||||
</PropertyGroup>
|
|
||||||
|
|
||||||
<PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
|
|
||||||
<TypeScriptOutDir>wwwroot/js</TypeScriptOutDir>
|
|
||||||
<TypeScriptOutFile>wwwroot/js/compiled.js</TypeScriptOutFile>
|
|
||||||
<TypeScriptTarget>ES6</TypeScriptTarget>
|
|
||||||
</PropertyGroup>
|
|
||||||
|
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<TargetFramework>net7.0</TargetFramework>
|
<TargetFramework>net7.0</TargetFramework>
|
||||||
<Nullable>enable</Nullable>
|
<Nullable>enable</Nullable>
|
||||||
|
|
Loading…
Add table
Reference in a new issue