mirror of
https://github.com/stablyai/orca
synced 2026-04-21 14:17:16 +00:00
10 lines
194 B
JSON
10 lines
194 B
JSON
{
|
|
"extends": "./tsconfig.web.json",
|
|
"compilerOptions": {
|
|
"baseUrl": null,
|
|
"paths": {
|
|
"@renderer/*": ["./src/renderer/src/*"],
|
|
"@/*": ["./src/renderer/src/*"]
|
|
}
|
|
}
|
|
}
|