{ "compilerOptions": { "target": "esnext", "lib": ["ES2021"], "module": "commonjs", "esModuleInterop": true, "forceConsistentCasingInFileNames": true, "strict": true, "skipLibCheck": true } }