Follow up with creating the object that we will serve as a config to our Mining Empire app

Create the file constants.js and export the object CONFIG from it
You can take a look at the example on https://v2.coderslang.com/evil-empire-config
The CONFIG object has a deep structure, but for now, let’s focus on the top level properties:
title: string
currency: object
producers: array
upgrades: array
achievements: array
chitChat: array
prestigeLevels: array

We’ll fill in those properties later, right now we’ll only verify types.

This task is part of the Full-Stack JavaScript Course.
If you have any issues with it, you can ask for community help below the post.
Feel free to help others if you’ve already solved the task.