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": {
|
2022-07-10 08:06:07 +00:00
|
|
|
"@/*": ["src/*"],
|
2021-03-16 03:01:57 +00:00
|
|
|
"@main/*": ["src/main/*"],
|
|
|
|
"@renderer/*": ["src/renderer/*"],
|
|
|
|
"@lyric/*": ["src/renderer-lyric/*"],
|
|
|
|
"@static/*": ["src/static/*"],
|
|
|
|
"@common/*": ["src/common/*"],
|
2022-08-11 07:44:37 +00:00
|
|
|
},
|
|
|
|
},
|
|
|
|
"vueCompilerOptions": {
|
|
|
|
"experimentalDisableTemplateSupport": true
|
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
|
|
|
}
|