{ "compilerOptions": { "target": "ESNext", "jsx": "preserve", "jsxFactory": "h", "jsxFragmentFactory": "Fragment", "lib": ["ESNext", "DOM", "DOM.Iterable"], "baseUrl": ".", "module": "ESNext", "moduleResolution": "Node", "paths": { "@/*": ["src/*"] }, "resolveJsonModule": true, "types": ["vite/client"], "strict": true, "useUnknownInCatchVariables": false, "declaration": true, "declarationDir": "dist/types", "outDir": "dist", "sourceMap": true, "allowSyntheticDefaultImports": true, "esModuleInterop": true, "forceConsistentCasingInFileNames": true, "skipLibCheck": true }, "include": ["src/**/*.ts", "src/**/*.d.ts", "src/**/*.tsx", "src/**/*.vue"], "exclude": ["node_modules", "dist"] }