In my development process, I utilize webpack to transpile Typescript code into Javascript and combine it into a single Javascript file. This consolidated file is then incorporated into all of my asp.net core views. While the bundled code runs smoothly, unfortunately, I am unable to receive intellisense support for its content.
The bundle is added in _Layout.cshtml within a script tag.