{ "compilerOptions": { "target": "esnext", "lib": ["DOM", "DOM.Iterable", "ESNext"], "types": ["vite/client"], "module": "esnext", "esModuleInterop": true, "forceConsistentCasingInFileNames": true, "strict": true, "allowJs": true, "skipLibCheck": true, "jsx": "react-jsx" }, "exclude": ["*.test.ts"] }