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