I am facing a strange issue where my custom types are not being recognized by my AngularJS controller. I have made sure that all files have full write permissions.
Instead of using a tsconfig.json file, I rely on Visual Studio 2019 which has TypeScript support built-in. Here are the project settings that I am working with:
https://i.sstatic.net/Kb5e9.png
Here is how my project structure looks in .NET Core:
https://i.sstatic.net/VS56L.png
The class that seems to be causing no issues is located in the Classes folder:
https://i.sstatic.net/q26Wa.png
However, even though the class appears fine, the controller is unable to see the type:
https://i.sstatic.net/90ET3.png
Everything was working smoothly before, so I suspect that checking in and out of TFS may have caused this issue. Despite ensuring that all files have full write access, the problem persists. It's frustrating!
Here is the error message that I am encountering: