skip to Main Content

Reactjs – Vite v5.3.2 building for production error

During the build, I experienced the following error. > tsc && vite build vite v5.3.2 building for production... src/index.ts:1:20 - error TS6142: Module './components/Button/Button' was resolved to '/Users/myusername/photoravel-design-system/src/components/Button/Button.tsx', but '--jsx' is not set. 1 import Button from './components/Button/Button'; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/index.ts:2:19…

VIEW QUESTION
Back To Top
Search