728x90
이미 JS로 만들어진 프로젝트 파일을 TS으로 바꾸는 과정에서 겪은 오류
App.tsx
Cannot use JSX unless the '--jsx' flag is provided.ts(17004)
tsconfig.json
해당 부분을 "jsx": "react" 로 변경해주면 사라진다.
728x90
'ERROR' 카테고리의 다른 글
[ERROR] node 다운그레이드 (mac ver.) (2) | 2023.12.22 |
---|---|
[Error] 'React' refers to a UMD global, but the current file is a module (0) | 2023.08.17 |
[VS Code] Failed to install 'vue.volar' (Mac ver.) (0) | 2023.06.05 |