mirror of
https://hubproxy.babadafafafafa.cn/https://github.com/lyswhut/lx-music-desktop.git
synced 2026-09-20 08:04:00 +08:00
19 lines
400 B
JSON
19 lines
400 B
JSON
{
|
|
"compilerOptions": {
|
|
"baseUrl": "./",
|
|
"paths": {
|
|
"@main/*": ["src/main/*"],
|
|
"@renderer/*": ["src/renderer/*"],
|
|
"@lyric/*": ["src/renderer-lyric/*"],
|
|
"@static/*": ["src/static/*"],
|
|
"@common/*": ["src/common/*"],
|
|
}
|
|
},
|
|
"vueCompilerOptions": {
|
|
"plugins": [
|
|
"@vue/language-plugin-pug"
|
|
]
|
|
},
|
|
"exclude": ["node_modules", "build", "dist"]
|
|
}
|