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