{ "compilerOptions": { "lib": ["ES2022", "DOM", "DOM.Iterable"], "composite": true, "allowSyntheticDefaultImports": true, "esModuleInterop": true, "forceConsistentCasingInFileNames": true, "module": "ESNext", "moduleResolution": "Bundler", "noEmit": true, "allowJs": true, "strict": true, "noImplicitAny": true, "exactOptionalPropertyTypes": true, "noFallthroughCasesInSwitch": true, "noUncheckedIndexedAccess": true, "noImplicitOverride": true, "removeComments": true, "resolveJsonModule": true, "sourceMap": true, "skipLibCheck": true, "target": "ES2022", "jsx": "react-jsx" } }