Add ~* so we can write import ... from ~assets

This commit is contained in:
elweyn 2023-09-07 10:51:39 +02:00
parent fb0b29e589
commit 0110825240

View File

@ -4,7 +4,10 @@
"paths": {
"~/*": [
"./*"
]
],
"~*": [
"./*"
],
}
}
}