File tree 2 files changed +9
-34
lines changed
src/Blazor.Extensions.Logging
2 files changed +9
-34
lines changed Original file line number Diff line number Diff line change 9
9
<TargetFramework >net5.0</TargetFramework >
10
10
<IsPackable >true</IsPackable >
11
11
<PackageId >Blazor.Extensions.Logging</PackageId >
12
- <TypescriptOutDir >wwwroot</TypescriptOutDir >
13
12
</PropertyGroup >
14
13
15
14
<ItemGroup >
16
15
<SupportedPlatform Include =" browser" />
17
16
</ItemGroup >
18
17
19
18
<PropertyGroup >
20
- <DefaultItemExcludes >$(DefaultItemExcludes);Client/*;</DefaultItemExcludes >
21
- </PropertyGroup >
22
-
23
- <PropertyGroup >
24
- <ResolveCurrentProjectStaticWebAssetsInputsDependsOn >
25
- CompileTypeScript;
26
- $(ResolveCurrentProjectStaticWebAssetsInputs)
27
- </ResolveCurrentProjectStaticWebAssetsInputsDependsOn >
19
+ <TypeScriptToolsVersion >Latest</TypeScriptToolsVersion >
20
+ <TypeScriptNoImplicitAny >true</TypeScriptNoImplicitAny >
21
+ <TypeScriptRemoveComments >true</TypeScriptRemoveComments >
22
+ <TypeScriptSourceMap >false</TypeScriptSourceMap >
23
+ <TypeScriptTarget >es6</TypeScriptTarget >
24
+ <TypeScriptStrict >true</TypeScriptStrict >
25
+ <TypeScriptAlwaysStrict >true</TypeScriptAlwaysStrict >
26
+ <TypeScriptPreserveConstEnums >true</TypeScriptPreserveConstEnums >
27
+ <TypescriptOutDir >wwwroot</TypescriptOutDir >
28
28
</PropertyGroup >
29
29
30
- <ItemGroup >
31
- <PackageReference Include =" Microsoft.AspNetCore.Components.Web" Version =" 5.0.3" />
32
- </ItemGroup >
33
-
34
- <ItemGroup >
35
- <None Include =" tsconfig.json" />
36
- </ItemGroup >
37
-
38
30
<ItemGroup >
39
31
<PackageReference Include =" Microsoft.AspNetCore.Components.Web" Version =" 5.0.3" />
40
32
<PackageReference Include =" Microsoft.Extensions.Logging" Version =" 5.0.0" />
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments