I working with TypeScript Compiler API on small plugin,
and I am curious how to get from NodeObject all interfaces or classes which it extends ?
I have not found useful example in TypeScript Compiler API documentation ...
Any help will be appreciated ...