How can I transform the JavaScript concept of module.exports into TypeScript?
The original JavaScript code with module.exports is shown below:
module.exports = {
discord: {
clientID: "",
clientSecret: "",
clientToken: "",
},
tokens: {
twitchClientID: "",
openWeatherMap: "",
},
};