Files
actual-actualbudget/upcoming-release-notes
Matiss Janis Aboltins 31a027fc64 [AI] Add per-package tsconfigs and typescript-strict-plugin for typecheck (#7019)
* [AI] Add per-package tsconfigs and typescript-strict-plugin for typecheck

Co-authored-by: Cursor <cursoragent@cursor.com>

* Update TypeScript configuration across multiple packages to correct plugin path key from "path" to "paths" and add reference to process-worker typings in index.electron.ts.

* Remove reference to process-worker typings in index.electron.ts and add new process-worker typings file for global Process augmentation.

* Refactor TypeScript build configurations across multiple packages by removing tsconfig.dist.json files and updating build scripts to use default TypeScript compilation. Adjusted compiler options to target ES2021 and enable declaration generation.

* Update TypeScript configuration in api package to refine include and exclude patterns for better file management.

* Update build script in api package to ensure migration SQL files are copied to the correct directory by creating the destination folder if it doesn't exist.

* Update TypeScript configurations in crdt and desktop-electron packages to refine include and exclude patterns for improved file management.

* Update TypeScript dependencies across multiple packages to include typescript-strict-plugin for enhanced type checking and maintain consistency in package.json files.

---------

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-21 21:26:22 +00:00
..
2026-02-04 20:00:42 +00:00
2026-02-10 12:42:52 +00:00
2026-02-10 17:22:55 +00:00
2026-02-04 19:36:37 +00:00
2026-02-10 23:02:52 +00:00
2026-02-13 00:18:49 +00:00
2026-02-19 17:06:21 +00:00
2026-02-17 20:03:44 +00:00
2026-02-18 22:09:28 +00:00
2026-02-19 00:19:54 +00:00
2026-02-19 16:28:41 +00:00

See the Writing Good Release Notes section of the README for the documentation repo for more information on how to create a release notes file here.