mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-12 23:35:58 +00:00
Add ~* so we can write import ... from ~assets
This commit is contained in:
parent
fb0b29e589
commit
0110825240
@ -4,7 +4,10 @@
|
|||||||
"paths": {
|
"paths": {
|
||||||
"~/*": [
|
"~/*": [
|
||||||
"./*"
|
"./*"
|
||||||
]
|
],
|
||||||
|
"~*": [
|
||||||
|
"./*"
|
||||||
|
],
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user