ts_aimz/project.config.json

28 lines
532 B
JSON
Raw Permalink Normal View History

2025-03-21 09:02:29 +08:00
{
"compileType": "miniprogram",
"libVersion": "trial",
"packOptions": {
"ignore": [],
"include": []
},
"setting": {
"coverView": true,
"es6": true,
"postcss": true,
"minified": true,
"enhance": true,
"showShadowRootInWxmlPanel": true,
"packNpmRelationList": [],
"babelSetting": {
"ignore": [],
"disablePlugins": [],
"outputPath": ""
}
},
"condition": {},
"editorSetting": {
"tabIndent": "auto",
"tabSize": 2
},
2025-03-26 18:15:07 +08:00
"appid": "wxe17874894f7ff27b"
2025-03-21 09:02:29 +08:00
}