mirror of
https://github.com/viarotel-org/escrcpy.git
synced 2024-11-14 18:57:40 +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/*"]
|
|
}
|
|
}
|
|
}
|