{ "compilerOptions": { "lib": ["ES2022"], "module": "CommonJS", "target": "ES2022", "strict": true, "jsx": "react-jsx", "jsxImportSource": "react", "moduleResolution": "node", "allowSyntheticDefaultImports": true, "esModuleInterop": true } }