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