mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-09 03:32:54 -05:00
[AI] Move window typings import to globals.ts (#7142)
* [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>
This commit is contained in:
committed by
GitHub
parent
a8ec84ceac
commit
fdf5c8d0a9
6
upcoming-release-notes/7142.md
Normal file
6
upcoming-release-notes/7142.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
category: Maintenance
|
||||
authors: [MatissJanis]
|
||||
---
|
||||
|
||||
Refactor TypeScript typings by moving window import to globals.ts for cleaner configuration.
|
||||
Reference in New Issue
Block a user