For those using React with Typescript:
Create a globals.d.ts file in your root directory (e.g. src/) with the following code:
declare module "*.md";
then import it like this:
import readme from "../README.md" // substitute this path with your README.md file path