import path from 'path'; /** * This constant will make resolving files much easier */ const ROOT_DIR = path.resolve('.'); export { ROOT_DIR }