feat(app): add composition root
This commit is contained in:
@@ -29,7 +29,8 @@
|
||||
"@renderer/*": ["./renderer/*"],
|
||||
"@commands/*": ["./commands/*"],
|
||||
"@editor/*": ["./editor/*"],
|
||||
"@input/*": ["./input/*"]
|
||||
"@input/*": ["./input/*"],
|
||||
"@app/*": ["./app/*"]
|
||||
},
|
||||
|
||||
// Some stricter flags (disabled by default)
|
||||
|
||||
Reference in New Issue
Block a user