fix context error

This commit is contained in:
2025-08-03 14:04:10 +02:00
parent 7ad74db834
commit 28ee97782c
4 changed files with 26 additions and 20 deletions
+2 -1
View File
@@ -9,7 +9,8 @@
"muzak/config/*": ["./src/config/*"],
"muzak/data/*": ["./src/data/*"],
"muzak/app/*": ["./src/app/*"],
"muzak/components/*": ["./src/components/*"]
"muzak/components/*": ["./src/components/*"],
"muzak/contexts/*": ["./src/contexts/*"]
},
"allowJs": false,