{ "compilerOptions": { "module": "CommonJS", "target": "ESNext", "lib": ["dom", "dom.iterable", "esnext"], "sourceMap": true, "skipDefaultLibCheck": true, "jsx": "react-jsx", "baseUrl": ".", "allowSyntheticDefaultImports": true, "moduleResolution": "node", "forceConsistentCasingInFileNames": true, "noImplicitReturns": true, "noUnusedLocals": true, "resolveJsonModule": true, "skipLibCheck": true, "strict": true, "types": ["vitest/globals"] } }