{ "compilerOptions": { "target": "ES2022", "module": "commonjs", "lib": ["ES2022"], "types": ["node", "vitest/globals"], "jsx": "react-jsx", "moduleResolution": "node", "noEmit": true, "strict": true, "esModuleInterop": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true, "resolveJsonModule": true, "baseUrl": ".", "paths": { "@/*": ["src/*"] } }, "include": [ "src/__tests__/**/*", "src/types/fastify.d.ts", "vitest.config.ts" ] }