mirror of
https://github.com/immense/Remotely.git
synced 2025-10-26 11:27:15 +00:00
Explicitly exclude types folder from TS compile.
This commit is contained in:
parent
c8927b0bee
commit
e6f258ce35
@ -130,14 +130,6 @@
|
||||
|
||||
|
||||
<ItemGroup>
|
||||
<TypeScriptCompile Include="wwwroot\lib\%40types\bootstrap\index.d.ts" />
|
||||
<TypeScriptCompile Include="wwwroot\lib\%40types\jquery\dist\jquery.slim.d.ts" />
|
||||
<TypeScriptCompile Include="wwwroot\lib\%40types\jquery\index.d.ts" />
|
||||
<TypeScriptCompile Include="wwwroot\lib\%40types\jquery\JQuery.d.ts" />
|
||||
<TypeScriptCompile Include="wwwroot\lib\%40types\jquery\JQueryStatic.d.ts" />
|
||||
<TypeScriptCompile Include="wwwroot\lib\%40types\jquery\legacy.d.ts" />
|
||||
<TypeScriptCompile Include="wwwroot\lib\%40types\jquery\misc.d.ts" />
|
||||
<TypeScriptCompile Include="wwwroot\lib\%40types\sizzle\index.d.ts" />
|
||||
<TypeScriptCompile Include="wwwroot\scripts\Chat.ts" />
|
||||
<TypeScriptCompile Include="wwwroot\scripts\CommandCompletion.ts" />
|
||||
<TypeScriptCompile Include="wwwroot\scripts\Commands\BashCommands.ts" />
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>netcoreapp3.1</TargetFramework>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user