spinz777/jsconfig.json

24 lines
318 B
JSON
Raw Permalink Normal View History

2025-03-10 15:44:49 +08:00
{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": [
"src/*"
],
"~": [
"./*"
]
},
"types": [
"@dcloudio/types",
"@uni-helper/uni-app-types"
]
},
"resolveExtensions": [
".js",
".vue"
],
"exclude": [
"node_modules"
]
}