{ "compilerOptions": { "target": "ES2022", "module": "NodeNext", "moduleResolution": "NodeNext", "lib": ["ES2022"], "types": ["@cloudflare/workers-types", "node"], "strict": true, "noUncheckedIndexedAccess": true, "exactOptionalPropertyTypes": true, "forceConsistentCasingInFileNames": true, "skipLibCheck": true, "verbatimModuleSyntax": true, "rootDir": "." }, "include": ["src/**/*.ts"] }