I am building an Aurelia application using Visual Studio 2015 and Typescript. I am using ASP.NET Core 1.0 R2.
Until yesterday, when I compiled my application, .js files were generated and appeared immediately after the .ts files (see image).

I did something yesterday when they stopped being generated, and I have no idea what I did. I am learning Typescript, so I am not familiar enough with this to know where to look. The only results I got on the Internet told me that the .js files were created in the appBundle.js file, but I think this is old information, because it was not the behavior that I observed until yesterday, and my application Aurelia does not work, it says that it cannot find .js files.
Can someone shed some light on what I need to do to create the .js files again?
UPDATE:
I deleted the app.html and app.ts files and recreated them, and then rebuilt the project, and .js files suddenly appeared, and now my application is working fine.

I donβt know why this fixed the problem, there may be a mistake.
Does anyone have an understanding?
source
share