You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
547 B
JSON

4 months ago
{
"compilerOptions": {
"baseUrl": "./",
"target": "esnext",
"module": "esnext",
"strict": true,
"moduleResolution": "node",
"forceConsistentCasingInFileNames": true,
"types": ["node", "element-plus/global", "vite/client"],
"jsx": "preserve",
"allowJs": true,
"paths": {
"@/*": ["./src/*"]
},
"allowSyntheticDefaultImports": true,
"skipLibCheck": true
},
"include": ["src/**/*.vue", "src/**/*.ts", "src/**/*.tsx", "src/**/*.d.ts"],
"exclude": ["node_modules"]
}