// @allowJs: true // @checkJs: true // @target: es5 // @outDir: ./out // @declaration: true // @filename: cls.js const Strings = { a: "A", b: "B" }; class Foo {} module.exports = Foo; module.exports.Strings = Strings;