// example output:
export * from './Shape';
export * from './ShapeBox';
export * from './ShapeColor';
export * from './ShapeElement';
export * from './ShapeElementsCategory';
export * from './ShapePage';
Usage
Create your index.ts file.
In your command palette select "exportAllTypescript"