NET8 Blazor how to create the js.map files?

In my project NET8 Blazor project, I added some JavaScript to use. When I deploy the website to the server, I noticed that some js.map are not present, a few of them related to Blazor itself.

enter image description here

I tried in Visual Studio to find a way to generate them but I can’t find any.

Is there a way to generate those files?