mirror of
https://gitee.com/xiangheng/x_admin.git
synced 2025-12-24 08:12:55 +08:00
20 lines
391 B
JSON
20 lines
391 B
JSON
{
|
|
"include": [
|
|
"global.d.ts",
|
|
"src/**/*",
|
|
"src/**/*.vue",
|
|
"components.d.ts",
|
|
"auto-imports.d.ts",
|
|
"typings/**/*.d.ts"
|
|
],
|
|
"compilerOptions": {
|
|
"module": "esnext",
|
|
"moduleResolution": "node",
|
|
"isolatedModules": true,
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"@/*": ["./src/*"]
|
|
}
|
|
}
|
|
}
|