{ "compilerOptions": { "jsx": "react-jsx", "target": "ESNext", "types": ["vite/client", "vite-plugin-svgr/client"], "module": "esnext", "strict": true, "esModuleInterop": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true, "lib": [ "dom", "dom.iterable", "esnext" ], "allowJs": true, "allowSyntheticDefaultImports": true, "noFallthroughCasesInSwitch": true, "moduleResolution": "node", "resolveJsonModule": true, "isolatedModules": true, "noEmit": true, "downlevelIteration": true, "paths": { "@/*": [ "./src/*" ] } }, "include": [ "src" ] }