/ tsconfig.json
tsconfig.json
1 { 2 "compilerOptions": { 3 "jsx": "react-jsx", 4 "moduleResolution": "Bundler", 5 "module": "Preserve", 6 "target": "ES2022", 7 "skipLibCheck": "true" 8 } 9 }
1 { 2 "compilerOptions": { 3 "jsx": "react-jsx", 4 "moduleResolution": "Bundler", 5 "module": "Preserve", 6 "target": "ES2022", 7 "skipLibCheck": "true" 8 } 9 }