Files
Bohdan Triapitsyn c7bc026b4b refactor: remove legacy Tauri desktop support
Electron updater now uses Electron release metadata only
Removed legacy Tauri package and migration workflow
Replaced Tauri shim usage with the desktop bridge
2026-06-03 02:42:00 +03:00

21 lines
534 B
JSON

{
"files": [],
"references": [
{ "path": "./packages/ui/tsconfig.json" },
{ "path": "./packages/web/tsconfig.json" },
{ "path": "./packages/electron/tsconfig.json" }
],
"compilerOptions": {
"baseUrl": ".",
"moduleResolution": "bundler",
"moduleDetection": "force",
"verbatimModuleSyntax": true,
"allowImportingTsExtensions": true,
"resolveJsonModule": true,
"paths": {
"@openchamber/ui/*": ["./packages/ui/src/*"],
"@openchamber/web/*": ["./packages/web/src/*"]
}
}
}