
* 겪고 있는 문제 상황을 최대한 자세하게 작성해주세요.
* 문제 해결을 위해 어떤 시도를 해보았는지 구체적으로 함께 알려주세요.
스니펫 그대로 사용해서 프로젝트 생성했는데 아래와 같이 ts 에러들이 발생합니다.
VSCODE로 실행했을때는 에러가 안나고
cursor로 실행하면 아래와 같이 에러가 납니다
IDE의 문제일까요?
작성한 코드 및 에러 메세지
retrun ( <> 이하 코드
JSX element implicitly has type 'any' because no interface 'JSX.IntrinsicElements' exists.ts(7026)
import
Cannot find module 'react' or its corresponding type declarations.ts(2307)
tsconfig.app.json
Option 'tsBuildInfoFile' cannot be specified without specifying option 'incremental' or option 'composite'.ts
