{ "compilerOptions": { "target": "esnext", "module": "ESNext", "jsx": "preserve", "declaration": true, "emitDeclarationOnly": true, "strict": true, "allowSyntheticDefaultImports": true, "esModuleInterop": true, "resolveJsonModule": true, "noErrorTruncation": true, "skipLibCheck": true, "moduleResolution": "node", "types": ["vite/client", "vitest/globals", "@testing-library/jest-dom"], } }