mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-ui.git
synced 2025-12-17 00:15:53 +08:00
18 lines
277 B
JSON
18 lines
277 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es6",
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"@/*": [
|
|
"src/*"
|
|
]
|
|
}
|
|
},
|
|
"exclude": [
|
|
"node_modules",
|
|
"dist"
|
|
],
|
|
"include": [
|
|
"src/**/*"
|
|
]
|
|
} |