fix context error
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user