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 });
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: