{ "compilerOptions": { "target": "ES2024", "module": "ESNext", "moduleResolution": "bundler", "outDir": "./dist", "esModuleInterop": true, "allowSyntheticDefaultImports": true, "forceConsistentCasingInFileNames": true, "declaration": true, "strict": true, "skipLibCheck": true, "baseUrl": "./src", }, }