Problem: In Nanoshooter code, using VSCode's go-to-definition feature on a Susa framework class, the editor navigates to the Susa class's .d.ts file instead of the source .ts file.
Expected result: Go-to-definition should navigate to the source .ts file.
Problem: In Nanoshooter code, using VSCode's go-to-definition feature on a Susa framework class, the editor navigates to the Susa class's
.d.ts
file instead of the source.ts
file.Expected result: Go-to-definition should navigate to the source
.ts
file.