tmerclub-uniapp/jsconfig.json
2025-03-20 13:59:39 +08:00

11 lines
172 B
JSON

{
"compilerOptions": {
"types": [
"@dcloudio/types",
"miniprogram-api-typings",
"mini-types"
]
},
"allowJs": true // 允许编译js文件
}