How export interfaces after build module?
Recently I no longer export my interfaces to the types.d.ts file that gets generated during module build.
Example (module.ts):
In the types.d.ts file after it was built, it used to look like this:
and now it looks like this
Example (module.ts):
In the types.d.ts file after it was built, it used to look like this:
and now it looks like this