You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
254 B
JSON

{
"extends": "@quasar/app-vite/tsconfig-preset",
"compilerOptions": {
"baseUrl": "./", // 解析非相对模块的基础地址,默认是当前目录
"paths": { // 路径映射相对于baseUrl
"@/*": ["/src/*"]
}
}
}