const FILE_REGEX = /\.(ts|tsx|js|jsx|mjs)$/; const SVG_COMPONENT_REGEX = /\.component.svg$/; export { FILE_REGEX, SVG_COMPONENT_REGEX };