fix: config

This commit is contained in:
kmacoders
2021-06-27 15:52:58 +07:00
parent ef883ffaec
commit e160a4335c
9 changed files with 156 additions and 55 deletions

12
jsconfig.json Normal file
View File

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