Electron updater now uses Electron release metadata only Removed legacy Tauri package and migration workflow Replaced Tauri shim usage with the desktop bridge
21 lines
534 B
JSON
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/*"]
|
|
}
|
|
}
|
|
}
|