You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36 lines
548 B
36 lines
548 B
{ |
|
"compilerOptions": { |
|
"baseUrl": ".", |
|
"paths": { |
|
"src/*": [ |
|
"src/*" |
|
], |
|
"app/*": [ |
|
"*" |
|
], |
|
"components/*": [ |
|
"src/components/*" |
|
], |
|
"layouts/*": [ |
|
"src/layouts/*" |
|
], |
|
"pages/*": [ |
|
"src/pages/*" |
|
], |
|
"assets/*": [ |
|
"src/assets/*" |
|
], |
|
"boot/*": [ |
|
"src/boot/*" |
|
], |
|
"vue$": [ |
|
"node_modules/vue/dist/vue.esm.js" |
|
] |
|
} |
|
}, |
|
"exclude": [ |
|
"dist", |
|
".quasar", |
|
"node_modules" |
|
] |
|
} |