Skip to content

Ability to suppress empty interface types #10

@elmarti

Description

@elmarti

When using stricter TS rules, the empty interfaces produced cause a build failure. It should be possible to suppress this output and replace the type with the parent class.
i.e:

  output += boltTranspiler.typescript(boltFile, { noEmptyInterfaces:true });

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions