{ "compilerOptions": { "target": "ES2022", "module": "commonjs", "outDir": "lib", "esModuleInterop": true, "forceConsistentCasingInFileNames": true, "strict": true, "skipLibCheck": true, "rootDir": "src" }, "include": ["src/**/*"] }