-
@IgorMinar @typescript I thought #TypeScript always discouraged writing
.d.ts
files in userland? I've been bitten by it before, for example,tsc --declaration
doesn't re-emit input.d.ts
files. github.com/dgp1130/bxpb/commit/18e9ae5e90f08ec10898afb8ce4730ebb9b8dc01 -
@IgorMinar @typescript I forget all the context here, but the part that stuck with me is that you aren't supposed to hand-write
.d.ts
files. github.com/microsoft/TypeScript/issues/36971#issuecomment-590473898