24 lines
318 B
JSON
24 lines
318 B
JSON
{
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"@/*": [
|
|
"src/*"
|
|
],
|
|
"~": [
|
|
"./*"
|
|
]
|
|
},
|
|
"types": [
|
|
"@dcloudio/types",
|
|
"@uni-helper/uni-app-types"
|
|
]
|
|
},
|
|
"resolveExtensions": [
|
|
".js",
|
|
".vue"
|
|
],
|
|
"exclude": [
|
|
"node_modules"
|
|
]
|
|
} |