config: add jsconfig for vetur

This commit is contained in:
Ben Hong 2022-02-23 10:31:00 -08:00
parent 98c3fa31f1
commit 9999f34e7c

12
jsconfig.json Normal file
View File

@ -0,0 +1,12 @@
{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"~/*": ["./*"],
"@/*": ["./*"],
"~~/*": ["./*"],
"@@/*": ["./*"]
}
},
"exclude": ["node_modules", ".nuxt", "dist"]
}