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
Found a way to achieve your goal but not with the namespace keyword.
Sample Classes:
index.ts (as barrel)
animals.ts (for namespace grouping)
And here you go of the concept of the namespace.