Files
lx-music-desktop/jsconfig.json
2026-04-10 09:10:58 +08:00

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"]
}