Thursday, 3 May 2018
Error Build:Unknown compiler option 'lib' in angular application for Visual Studio 2015.
in: angular
In this article, We will discuss about How to resolve Error Build:Unknown compiler option 'lib' in angular application for Visual Studio 2015.
To resolve this error, goto .csproj and open it in notepad or any other editor.
Search TypeScriptToolsVersion and change
<TypeScriptToolsVersion>1.8</TypeScriptToolsVersion>
to
<TypeScriptToolsVersion>2.0</TypeScriptToolsVersion>
and after that rebuild your application and Which will work fine.
RELATED POSTS

Difference between Interpolation and Property Binding.
In this article, We will discuss about What is the difference betw ...

Difference between Angular and Angular JS?
In this article, We will discuss about What is the difference between An ...
-
This issue is Completely related to EntityFramework and this issue arises whenever you have installed EntityFramework in one project at th...
-
This is generally a Common Problem or the error could be like this, To Resolve this error, One Small Solution is Exists which is as b...
-
In this article, We will discuss What is the above Error and How to resolve this Error. Whenever, We are Restoring our database into A...
0 comments:
Post a Comment