{ "compilerOptions": { "target": "ESNext", "module": "ESNext", "moduleResolution": "Bundler", "strict": true, "lib": [ "ESNext" ], "types": [ "@cloudflare/workers-types" ], "jsx": "preserve", "strictNullChecks": true, "noImplicitAny": true, "noUnusedLocals": true, "noUnusedParameters": true, "skipLibCheck": true, "skipDefaultLibCheck": true }, }