How do I convert the JavaScript module.exports to typescript
The JavaScript code of the module.exports is :
module.exports = {
discord: {
clientID: "",
clientSecret: "",
clientToken: "",
},
tokens: {
twitchClientID: "",
openWeatherMap: "",
},
};