I am trying to integrate an existing Angular 2 application into an existing ASP.NET Core project in Visual Studio. Both projects work independently, but when I try to compile an ASP.NET Core project in Visual Studio, I get a bunch of typescript compilation errors related to the files in the folder node_modules.
node_modules
Like me:
I can make this work by moving the folder node_modulesto the root directory of the project, but this will require a complete rebuild of the project's original dependencies and the creation of files, and I would rather avoid this.
-1. typescript, (.xproj). :
<PropertyGroup> <TypeScriptCompileBlocked>True</TypeScriptCompileBlocked> </PropertyGroup>
-2-. - node_modules - tsconfig:
"exclude":[ "node_modules" ]
* node_modules tsconfig.json
Source: https://habr.com/ru/post/1655794/More articles:Visual Studio Code for Linux Xwindow forwarding - linuxMcrypt error when upgrading to Mac OSX Sierra - phpError compiling multidex library after updating SDK - androidhttps://translate.googleusercontent.com/translate_c?depth=1&pto=aue&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/1655792/copy-artifact-plugin-copy-from-workspace-without-the-path-from-artifacts-to-copy&usg=ALkJrhiM2w5e_IyLaHwYjq2ZKmD56U52LgrpivotTable & Shiny: resize columns and colors - cssИзменение цвета rpivotTable в Shiny - cssCreating a date vector starts from a certain date and moves n units forward - roverriding parameterized constructors in subclasses in java - javaAngular2 HATEOAS support - angularFirebase Analytics загружается успешно, но не отображается на консоли Firebase даже через 2 дня - androidAll Articles