I'm currently trying to convert an existing JavaScript application to TypeScript. To be able to do this step by step, I started by compiling the existing JavaScript code using the compiler option "allowJs". When I start converting existing files to TypeScript, I get errors with creating the namespaces.I'm currently trying to convert an existing Jav