Questions tagged [declaration-maps]

1 questions
1
vote
0 answers

Enabling Go to Implementation with declaration maps if the library doesn't include TS sources in its NPM package

I can set inlineSources: true and the TypeScript compiler will put my TS sources into the sourcesContent attribute of the source map file. Is there any way to do the same thing with a declaration map file generated by setting declarationMap: true ? …
Justin Grant
  • 44,807
  • 15
  • 124
  • 208