{ "compilerOptions": { "allowSyntheticDefaultImports": true, "baseUrl": ".", "esModuleInterop": true, "experimentalDecorators": true, "forceConsistentCasingInFileNames": true, "lib": ["ES2023"], "module": "preserve", "moduleResolution": "bundler", "noEmit": true, "resolveJsonModule": true, "skipLibCheck": true, "strict": true, "target": "ES2022" } }