• Alex Macleod's avatar
    Enable TypeScript declaration maps · 770858c2
    Alex Macleod authored
    
    
    This allows go-to-definition to reach the original .ts files for
    consumers of the package. It emits .d.ts.map files alongside the regular
    .d.ts files
    
    e.g. in sdk.createClient go-to-definition on createClient will place the
    cursor at the function in src/matrix.ts rather than inside a definition
    file lib/matrix.d.ts
    Signed-off-by: default avatarAlex Macleod <alex@macleod.io>
    770858c2