mirror of
https://github.com/stablyai/orca.git
synced 2026-09-22 08:02:28 +00:00
11 lines
194 B
JSON
11 lines
194 B
JSON
{
|
|
"extends": "./tsconfig.web.json",
|
|
"compilerOptions": {
|
|
"baseUrl": null,
|
|
"paths": {
|
|
"@renderer/*": ["./src/renderer/src/*"],
|
|
"@/*": ["./src/renderer/src/*"]
|
|
}
|
|
}
|
|
}
|