{ "compilerOptions": { "lib": ["ES2023"], "module": "NodeNext", "moduleResolution": "NodeNext", "target": "ES2022", "strict": true, "forceConsistentCasingInFileNames": true, "noUnusedLocals": true, "esModuleInterop": true, "skipLibCheck": true, "composite": true, "sourceMap": true, "declaration": true, "declarationMap": true, "allowJs": true } }