mirror of
https://github.com/viarotel-org/escrcpy.git
synced 2024-11-28 01:10:53 +01: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/*"]
|
||
|
}
|
||
|
}
|
||
|
}
|