Remove '@/'

This commit is contained in:
Kasper Seweryn 2022-04-23 09:37:43 +02:00 committed by Georg Krause
commit f61fafec2a
202 changed files with 715 additions and 650 deletions

View file

@ -23,8 +23,7 @@
"vue-gettext/types"
],
"paths": {
"~/*": ["src/*"],
"@/*": ["src/*"]
"~/*": ["src/*"]
}
},
"vueCompilerOptions": {