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
410 B
JSON
19 lines
410 B
JSON
{
|
|
"compilerOptions": {
|
|
"rootDir": "./",
|
|
"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"]
|
|
}
|