Files
teaching-feedback-assistant/project.config.json

67 lines
1.3 KiB
JSON

{
"compileType": "miniprogram",
"libVersion": "3.9.12",
"miniprogramRoot": "./",
"setting": {
"urlCheck": false,
"es6": true,
"enhance": true,
"postcss": true,
"minified": true,
"ignoreDevUnusedFiles": false,
"ignoreUploadUnusedFiles": false,
"minifyWXML": true,
"useCompilerPlugins": [
"typescript"
],
"compileWorklet": false,
"uglifyFileName": false,
"uploadWithSourceMap": true,
"packNpmManually": false,
"packNpmRelationList": [],
"minifyWXSS": true,
"localPlugins": false,
"disableUseStrict": false,
"condition": false,
"swc": false,
"disableSWC": true,
"babelSetting": {
"ignore": [],
"disablePlugins": [],
"outputPath": ""
}
},
"packOptions": {
"ignore": [
{
"value": "server",
"type": "folder"
},
{
"value": "asr-service",
"type": "folder"
},
{
"value": "node_modules",
"type": "folder"
},
{
"value": "graphify-out",
"type": "folder"
},
{
"value": ".git",
"type": "folder"
},
{
"value": "compose.asr.yml",
"type": "file"
}
],
"include": []
},
"appid": "wx3fe11e262a4b4885",
"simulatorPluginLibVersion": {},
"editorSetting": {}
}