2023-04-28 18:04:49 +08:00
|
|
|
{
|
|
|
|
"description": "项目配置文件",
|
|
|
|
"packOptions": {
|
|
|
|
"ignore": [],
|
|
|
|
"include": []
|
|
|
|
},
|
|
|
|
"miniprogramRoot": "miniprogram/",
|
|
|
|
"compileType": "miniprogram",
|
|
|
|
"projectname": "ts-sass-demo",
|
|
|
|
"setting": {
|
|
|
|
"useCompilerPlugins": [
|
|
|
|
"typescript",
|
|
|
|
"sass"
|
|
|
|
],
|
|
|
|
"babelSetting": {
|
|
|
|
"ignore": [],
|
|
|
|
"disablePlugins": [],
|
|
|
|
"outputPath": ""
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"simulatorType": "wechat",
|
|
|
|
"simulatorPluginLibVersion": {},
|
|
|
|
"condition": {},
|
|
|
|
"srcMiniprogramRoot": "miniprogram/",
|
2023-05-15 14:30:16 +08:00
|
|
|
"appid": "wx29f3e0dc2f7f2c54",
|
2023-04-28 18:04:49 +08:00
|
|
|
"libVersion": "2.31.0",
|
|
|
|
"editorSetting": {
|
|
|
|
"tabIndent": "insertSpaces",
|
|
|
|
"tabSize": 2
|
|
|
|
}
|
|
|
|
}
|