I am sure it has to do with the config the contentful app is extending ```json { "extends": "@tsconfig/create-react-app/tsconfig.json", "compilerOptions": { "target": "es5", "lib": ["dom", "dom.iterable", "esnext"] }, "include": ["src"] } ```