When we initial project with dotnet new wasmbrowser I think it would be beneficial to also include dotnet.d.ts into the project too. So we can get intellisense (at least in vscode) when we deal with dotnet object in js file

Or are there any other way I could get intellisense reference of dotnet object?
When we initial project with
dotnet new wasmbrowserI think it would be beneficial to also includedotnet.d.tsinto the project too. So we can get intellisense (at least in vscode) when we deal with dotnet object in js fileOr are there any other way I could get intellisense reference of dotnet object?