mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-11 20:44:32 -05:00
Add build-electron to tsconfig excludes (#6883)
* Add build-electron to tsconfig excludes * Add release notes for PR #6883 --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
c0bd920c26
commit
111e01449d
@@ -50,6 +50,7 @@
|
||||
"node_modules",
|
||||
"**/node_modules/*",
|
||||
"**/build/*",
|
||||
"**/build-electron/*",
|
||||
"**/client-build/*",
|
||||
"**/dist/*",
|
||||
"**/lib-dist/*",
|
||||
|
||||
6
upcoming-release-notes/6883.md
Normal file
6
upcoming-release-notes/6883.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
category: Maintenance
|
||||
authors: [joel-jeremy]
|
||||
---
|
||||
|
||||
Add Electron build artifacts to TypeScript configuration excludes to improve compilation efficiency.
|
||||
Reference in New Issue
Block a user