{ "compilerOptions": { "target": "ESNext", "module": "ESNext", "moduleResolution": "Bundler", "strict": true, "skipLibCheck": true, "lib": ["ESNext", "DOM"], "types": ["@cloudflare/workers-types"], "jsx": "react-jsx", "esModuleInterop": true } }