I have a parser folder where I want to dynamically add .ts files which always export 1 class and they all inherit from base Parser class:
Parser.ts:
ex