1. Create-react-app으로 typescript 시작하자 마자 에러가 났다.. 오늘자 기준 typescript 4.1.2 ... 총체적인 난국인데. 아래와 같은 에러가 발생한다. appTsConfig.compilerOptions[option] = value; ^ TypeError: Cannot assign to read only property 'jsx' of object '#' at verifyTypeScriptSetup (/home/aditya/all/yt/twitter/node_modules/react-scripts/scripts/utils/verifyTypeScriptSetup.js:239:43) at Object. (/home/aditya/all/yt/twitter/node_modul..