lx-music-desktop/jsconfig.json

14 lines
313 B
JSON
Raw Normal View History

2020-12-12 11:35:10 +00:00
{
"compilerOptions": {
2021-03-16 03:01:57 +00:00
"baseUrl": "./",
2020-12-12 11:35:10 +00:00
"paths": {
2021-03-16 03:01:57 +00:00
"@main/*": ["src/main/*"],
"@renderer/*": ["src/renderer/*"],
"@lyric/*": ["src/renderer-lyric/*"],
"@static/*": ["src/static/*"],
"@common/*": ["src/common/*"],
2020-12-12 11:35:10 +00:00
}
},
2021-03-16 03:01:57 +00:00
"exclude": ["node_modules", "build", "dist"]
2020-12-12 11:35:10 +00:00
}