Skip to content

Commit a56cdfb

Browse files
committed
Change TypeScript version on latest value
1 parent 2c195c6 commit a56cdfb

File tree

2 files changed

+28
-2
lines changed

2 files changed

+28
-2
lines changed

src/AbpCompanyName.AbpProjectName.WebMpa/AbpCompanyName.AbpProjectName.WebMpa.csproj

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<RestorePackages>true</RestorePackages>
2525
<UseGlobalApplicationHostFile />
2626
<TargetFrameworkProfile />
27-
<TypeScriptToolsVersion>2.2</TypeScriptToolsVersion>
27+
<TypeScriptToolsVersion>Latest</TypeScriptToolsVersion>
2828
<NuGetPackageImportStamp>
2929
</NuGetPackageImportStamp>
3030
<Use64BitIISExpress />
@@ -41,6 +41,19 @@
4141
<DefineConstants>DEBUG;TRACE</DefineConstants>
4242
<ErrorReport>prompt</ErrorReport>
4343
<WarningLevel>4</WarningLevel>
44+
<TypeScriptTarget>ES5</TypeScriptTarget>
45+
<TypeScriptJSXEmit>None</TypeScriptJSXEmit>
46+
<TypeScriptModuleKind />
47+
<TypeScriptCompileOnSaveEnabled>True</TypeScriptCompileOnSaveEnabled>
48+
<TypeScriptNoImplicitAny>False</TypeScriptNoImplicitAny>
49+
<TypeScriptRemoveComments>False</TypeScriptRemoveComments>
50+
<TypeScriptOutFile />
51+
<TypeScriptOutDir />
52+
<TypeScriptGeneratesDeclarations>False</TypeScriptGeneratesDeclarations>
53+
<TypeScriptNoEmitOnError>True</TypeScriptNoEmitOnError>
54+
<TypeScriptSourceMap>True</TypeScriptSourceMap>
55+
<TypeScriptMapRoot />
56+
<TypeScriptSourceRoot />
4457
</PropertyGroup>
4558
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
4659
<DebugType>pdbonly</DebugType>

src/AbpCompanyName.AbpProjectName.WebSpaAngular/AbpCompanyName.AbpProjectName.WebSpaAngular.csproj

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<RestorePackages>true</RestorePackages>
2525
<UseGlobalApplicationHostFile />
2626
<TargetFrameworkProfile />
27-
<TypeScriptToolsVersion>2.2</TypeScriptToolsVersion>
27+
<TypeScriptToolsVersion>Latest</TypeScriptToolsVersion>
2828
<NuGetPackageImportStamp>
2929
</NuGetPackageImportStamp>
3030
<Use64BitIISExpress />
@@ -41,6 +41,19 @@
4141
<DefineConstants>DEBUG;TRACE</DefineConstants>
4242
<ErrorReport>prompt</ErrorReport>
4343
<WarningLevel>4</WarningLevel>
44+
<TypeScriptTarget>ES5</TypeScriptTarget>
45+
<TypeScriptJSXEmit>None</TypeScriptJSXEmit>
46+
<TypeScriptModuleKind />
47+
<TypeScriptCompileOnSaveEnabled>True</TypeScriptCompileOnSaveEnabled>
48+
<TypeScriptNoImplicitAny>False</TypeScriptNoImplicitAny>
49+
<TypeScriptRemoveComments>False</TypeScriptRemoveComments>
50+
<TypeScriptOutFile />
51+
<TypeScriptOutDir />
52+
<TypeScriptGeneratesDeclarations>False</TypeScriptGeneratesDeclarations>
53+
<TypeScriptNoEmitOnError>True</TypeScriptNoEmitOnError>
54+
<TypeScriptSourceMap>True</TypeScriptSourceMap>
55+
<TypeScriptMapRoot />
56+
<TypeScriptSourceRoot />
4457
</PropertyGroup>
4558
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
4659
<DebugType>pdbonly</DebugType>

0 commit comments

Comments
 (0)