mirror of
https://gitcode.com/flipped-aurora/gin-vue-admin.git
synced 2026-02-09 07:30:17 +00:00
10 lines
180 B
JSON
10 lines
180 B
JSON
{
|
|
"compilerOptions": {
|
|
"baseUrl": "./",
|
|
"paths": {
|
|
"@/*": ["src/*"],
|
|
}
|
|
},
|
|
"exclude": ["node_modules", "dist"],
|
|
"include": ["src/**/*"]
|
|
} |