{ "compilerOptions": { "target": "ES2022", "module": "CommonJS", "moduleResolution": "Node", "noEmit": true, "strict": true, "esModuleInterop": true, "forceConsistentCasingInFileNames": true, "skipLibCheck": true }, "include": ["src", "tests"] }