Currently, I am developing a web application with TypeScript and I have the need to establish a straightforward configuration file to define specific aspects like color schemes.
What is the most effective approach for creating this configuration file in TypeScript? In JavaScript, it's as easy as crafting a 'config.js' file and linking it in the HTML code. Would it be more suitable to opt for a distinct 'Config.ts' file in TypeScript?