{ "compilerOptions": { "target": "ES2020", "module": "ESNext", "moduleResolution": "Node", "strict": true, "jsx": "preserve", "baseUrl": ".", "paths": { "@/*": ["src/*"] }, "types": ["vite/client"] } }