mirror of
https://github.com/viarotel-org/escrcpy.git
synced 2026-06-01 13:39:50 +08:00
18 lines
390 B
JSON
18 lines
390 B
JSON
{
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"$/*": ["src/*"],
|
|
"$root/*": ["*"],
|
|
"$docs/*": ["docs/*"],
|
|
"$electron/*": ["electron/*"],
|
|
"$renderer/*": ["src/*"],
|
|
"$control/*": ["control/*"]
|
|
}
|
|
},
|
|
"vueCompilerOptions": {
|
|
"vitePressExtensions": [".md"]
|
|
},
|
|
"exclude": ["node_modules", "dist", "dist-electron", "dist-release"]
|
|
}
|