{ "compilerOptions": { "baseUrl": "src", "module": "CommonJS", "target": "ES2020", "strict": true, "esModuleInterop": true, "moduleResolution": "node", "skipLibCheck": false, "forceConsistentCasingInFileNames": true } }