{ "compilerOptions": { "target": "es2020", "module": "commonjs", "declaration": true, "moduleResolution": "Node", "outDir": "./dist", "esModuleInterop": true, "forceConsistentCasingInFileNames": true, "strict": true, "skipLibCheck": true, "strictPropertyInitialization": true, "strictNullChecks": true, "noUnusedLocals": true, "noUnusedParameters": true, "types": [ "jest", "node", "@cloudflare/workers-types" ], "jsx": "react", "jsxFactory": "jsx", "jsxFragmentFactory": "Fragment", }, "include": [ "src/**/*.ts", "src/**/*.mts", "src/**/*.test.ts" ], }