orca/config/tsconfig.tc.web.json

11 lines
196 B
JSON

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