Basic config of nuxt package, delete defaults.

This commit is contained in:
2020-12-16 12:21:14 +01:00
parent 5328f5eb51
commit 80b7c19e27
7 changed files with 37 additions and 166 deletions

11
jsconfig.json Normal file
View File

@@ -0,0 +1,11 @@
{
"compilerOptions": {
"target": "es2015",
"module": "esnext",
"baseUrl": "./",
"paths": {
"@/*": ["components/*"]
}
},
"include": ["./**/*.vue", "./**/*.js"]
}