{ "compilerOptions": { "target": "ES2022", "lib": [ "ES2022", "DOM", "DOM.Iterable" ], "jsx": "react-jsx", "module": "ESNext", "moduleResolution": "Bundler", "allowImportingTsExtensions": true, "esModuleInterop": true, "strict": true, "skipLibCheck": true, "noEmit": true } }