mirror of
https://gitee.com/viarotel-org/escrcpy.git
synced 2024-12-04 20:29:35 +08:00
11 lines
189 B
JSON
11 lines
189 B
JSON
|
{
|
||
|
"exclude": ["node_modules", "dist", "out"],
|
||
|
"include": ["src/**/*"],
|
||
|
"compilerOptions": {
|
||
|
"baseUrl": ".",
|
||
|
"paths": {
|
||
|
"@renderer/*": ["src/renderer/src/*"]
|
||
|
}
|
||
|
}
|
||
|
}
|