mirror of
https://gitee.com/ssssssss-team/magic-boot.git
synced 2025-02-01 01:22:49 +08:00
10 lines
137 B
JSON
10 lines
137 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"baseUrl": "./",
|
||
|
"paths": {
|
||
|
"@/*": ["src/*"]
|
||
|
}
|
||
|
},
|
||
|
"exclude": ["node_modules", "dist"]
|
||
|
}
|