feat(editor): add transient app state foundation

This commit is contained in:
syntaxbullet
2026-07-03 09:24:08 +02:00
parent 02df52c978
commit 697d12725d
6 changed files with 116 additions and 4 deletions

View File

@@ -27,7 +27,8 @@
"@view/*": ["./view/*"],
"@core/*": ["./core/*"],
"@renderer/*": ["./renderer/*"],
"@commands/*": ["./commands/*"]
"@commands/*": ["./commands/*"],
"@editor/*": ["./editor/*"]
},
// Some stricter flags (disabled by default)