mirror of
https://gitee.com/dcloud/uni-preset-vue
synced 2025-04-17 19:03:12 +08:00
chore: add baseUrl paths
This commit is contained in:
parent
c04ab8c41b
commit
5b3f772a87
@ -2,6 +2,10 @@
|
||||
"extends": "@vue/tsconfig/tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"sourceMap": true,
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
"@/*": ["./src/*"]
|
||||
},
|
||||
"lib": ["esnext", "dom"],
|
||||
"types": ["@dcloudio/types"]
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user