Typescript noob question

I am quite comfortable with TS and its tooling. As a new user, I went straight to Babylon.js ES6 support with Tree Shaking | Babylon.js Documentation which doesn’t use the BABYLON namespace and yet all the samples do – so, that’s a head scratcher.

For new projects, I guess the best choice is to use the BABYLON namespace even with TS, but I am still intrigued if the team is encouraging the use of es6_support for future projects.

Links related to my question