{ "compilerOptions": { "target": "ESNext", "module": "ESNext", "moduleResolution": "Node", "strict": true, "esModuleInterop": true, "forceConsistentCasingInFileNames": true, "skipLibCheck": true, "lib": ["ESNext", "DOM"], "types": ["vite/client"] }, "include": ["src"] }