This message was deleted.
# general
s
This message was deleted.
w
FWIW - That line in tsconfig.json tells TypeScript to try to generate a
.d.ts
file as part of the output. This is important for reusable libraries, but not needed for application code.
TypeScript has some strict rules when it generates a
.d.ts
file about being able to unambiguosly name any types that appear on the public API.