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.
25 lines
449 B
25 lines
449 B
{
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"uni-shared": [
|
|
"./src/shared/index.js"
|
|
],
|
|
"uni-helpers/*": [
|
|
"./src/core/helpers/*"
|
|
],
|
|
"uni-mixins/*": [
|
|
"./src/core/view/mixins/*"
|
|
],
|
|
"uni-core/*": [
|
|
"./src/core/*"
|
|
],
|
|
"uni-wrapper/*": [
|
|
"./src/core/runtime/wrapper/*"
|
|
],
|
|
"@dcloudio/*": [
|
|
"./packages/*"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
|