-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproject.config.json
43 lines (43 loc) · 922 Bytes
/
project.config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"description": "项目配置文件",
"packOptions": {
"ignore": [],
"include": []
},
"miniprogramRoot": "src/",
"compileType": "miniprogram",
"projectname": "AirPowerWechatStarter",
"setting": {
"useCompilerPlugins": [
"sass"
],
"babelSetting": {
"ignore": [],
"disablePlugins": [],
"outputPath": ""
},
"es6": true,
"enhance": true,
"minified": true,
"postcss": true,
"condition": true,
"compileHotReLoad": true
},
"simulatorType": "wechat",
"simulatorPluginLibVersion": {
"wxextd2e17127608c3": "2.27.3",
"wxext14566970e7e9f62": "2.27.3-4"
},
"condition": {},
"srcMiniprogramRoot": "src/",
"appid": "wx0033a67128499101",
"libVersion": "2.32.1",
"editorSetting": {
"tabIndent": "insertSpaces",
"tabSize": 2
},
"scripts": {
"beforeCompile": "tsc"
},
"projectArchitecture": "multiPlatform"
}