Currently working on a VS Code theme extension, I am interested in exploring the possibility of using JavaScript or TypeScript files instead of a JSON file. The idea of having all the theme information crammed into one massive JSON file feels disorganized and challenging to manage. Additionally, the JSON format does not allow for comments which can be limiting.