mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-11 17:47:00 -05:00
* [AI] Remove parent path import of window.ts from desktop-client tsconfig Replace the `../../packages/loot-core/typings/window.ts` include in desktop-client's tsconfig.json with a proper package import. This adds a `./typings/*` export to loot-core's package.json and creates a globals.ts file in desktop-client that imports the window types via the package name. https://claude.ai/code/session_01GrgAzjWd3XvqwBTfXLerxc * [autofix.ci] apply automated fixes * Add release notes for PR #7142 --------- Co-authored-by: Claude <noreply@anthropic.com> Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>