This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
{
"extends": "@quasar/app-vite/tsconfig-preset",
"compilerOptions": {
"baseUrl": "./", // 解析非相对模块的基础地址,默认是当前目录
"paths": { // 路径映射,相对于baseUrl
"@/*": ["/src/*"]
}