Hi Syncfusion Team,
I had issue in installing EJ2 in an existing project. My project was not created using the template, I just wanted to use Syncfusion controls in an existing project, after I installed EJ2 nuget in my project and try to rebuild the solution, I got the attached errors.
System Info:
Syncfusion.EJ2.MVC5 18.1.0.45
.Net Framework 4.5.2
VS 2019
_Layout.cshtml, <head> tag
<script src="~/Scripts/ej2/ej2.min.js"></script>
<link rel='nofollow' href="~/Content/ej2/material.css" rel="stylesheet" />
tsconfig.json placed inside /Scripts/ej2/, content of tsconfig.json:-
{
"compilerOptions": {
"target": "ES2017",
"module": "commonjs",
"sourceMap": true
}
}
.csproj file:
<TypeScriptRemoveComments>False</TypeScriptRemoveComments>
<TypeScriptLib>dom,es2017</TypeScriptLib>
Attachment:
ej2.d.ts_errors_6381107e.zip