I\'ve started work on a large-scale typescript project.
Right from the outset, I want to keep my files organized (this project will be split between lots of developers
If you have your own library and you want to export the multiple files like from namespace, you can do this:
// index.ts import * as Animals from './animals'; export { Animals };