-
Notifications
You must be signed in to change notification settings - Fork 0
/
project.config.json
42 lines (42 loc) · 1.05 KB
/
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
{
"description": "项目配置文件",
"packOptions": {
"ignore": [],
"include": []
},
"miniprogramRoot": "miniprogram/",
"compileType": "miniprogram",
"projectname": "ts-sass-demo",
"setting": {
"packNpmManually": true,
"packNpmRelationList": [
{
"packageJsonPath": "./package.json",
"miniprogramNpmDistDir": "./miniprogram/"
}
],
"babelSetting": {
"ignore": [],
"disablePlugins": [],
"outputPath": ""
},
"condition": false,
"useCompilerPlugins": [
"typescript",
"sass"
],
"es6": true,
"enhance": true,
"ignoreUploadUnusedFiles": false
},
"simulatorType": "wechat",
"simulatorPluginLibVersion": {},
"condition": {},
"srcMiniprogramRoot": "miniprogram/",
"appid": "wx5e5ade16acecfa87",
"libVersion": "2.32.1",
"editorSetting": {
"tabIndent": "insertSpaces",
"tabSize": 4
}
}