{ "compilerOptions": { "module": "esnext", "target": "esnext", "sourceMap": true, "skipLibCheck": true, "baseUrl": ".", "paths": { "@": [ "src" ], "@/*": [ "src/*" ], } }, "exclude": [ "node_modules" ], "include": [ "src/auto-import/components.d.ts", "src/auto-import/imports.d.ts", "src/**/*.ts", "src/**/*.d.ts", "src/**/*.tsx", "src/**/*.vue" ] }