XuqmGroup-Vue3SDK/tsconfig.json

21 行
420 B
JSON

2026-04-21 22:07:29 +08:00
{
"compilerOptions": {
"target": "ES2020",
"module": "ESNext",
"moduleResolution": "bundler",
"strict": true,
"jsx": "preserve",
"lib": ["ES2020", "DOM"],
"declaration": true,
"declarationDir": "dist",
"outDir": "dist",
"skipLibCheck": true,
"baseUrl": ".",
"paths": {
"@/*": ["src/*"]
}
},
"include": ["src/**/*"],
"exclude": ["node_modules", "dist"]
}