{ "compilerOptions": { "baseUrl": ".", "module": "ESNext", "target": "ESNext", "lib": ["DOM", "ESNext"], "strict": true, "esModuleInterop": true, "jsx": "preserve", "allowJs": true, "skipLibCheck": true, "moduleResolution": "node", "resolveJsonModule": true, "noUnusedLocals": true, "strictNullChecks": true, "forceConsistentCasingInFileNames": true, "paths": { "@/*": ["./src/*"], "~/*": ["./*"] }, "types": [ "vite/client", "node", "unplugin-icons/types/vue", "naive-ui/volar" ] }, "exclude": ["dist", "node_modules"] }