orca/tsconfig.tc.web.json
Neil 03a7077597
feat: add pn tc command using typescript-native (tsgo) (#363)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-06 23:27:29 -07:00

10 lines
194 B
JSON

{
"extends": "./tsconfig.web.json",
"compilerOptions": {
"baseUrl": null,
"paths": {
"@renderer/*": ["./src/renderer/src/*"],
"@/*": ["./src/renderer/src/*"]
}
}
}