Compiling to JavaScript results in `any` type
I have a TypeScript library that compiles down into JavaScript, and one of the
d.ts
files looks like this:
In this example, Address
is of type any
, whereas when I'm in TypeScript it's of type string
2 Replies
To reproduce:
Can you log an issue for this? It's something I'm interested in investigating and supporting but it's not trivial to ensure this never happens transitively and there are not tests for it yet