After installing and following the steps provided in the documentation, I tried to run my app (CRA) but a Typescript compilation error arise (see screenshot attached).
msw: ^0.24.2nodejs: 15.3.0npm: 7.0.14typescript: ^3.9.5react: ^16.13.1"react-dom: ^16.13.1"react-scripts: 3.2.0tsconfig.json{
"compilerOptions": {
"target": "es2016",
"lib": ["dom", "dom.iterable", "esnext"],
"allowJs": true,
"skipLibCheck": true,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"strict": true,
"forceConsistentCasingInFileNames": true,
"module": "esnext",
"moduleResolution": "node",
"resolveJsonModule": true,
"isolatedModules": true,
"noEmit": true,
"jsx": "preserve"
},
"include": ["src"]
}
Steps to reproduce the behavior:
I expected the app to build succesfully.

Hi @maurealtrends, I believe this is a duplicate of #491. Is it possible for you to update TypeScript to v4?
Hi @maurealtrends, I believe this is a duplicate of #491. Is it possible for you to update TypeScript to v4?
I'll try right now and get back to you as ASAP 馃槈
It worked!
Thank you very much and sorry for the inconvenience.
No problem. I'm happy that we could solve it so quickly.