project.config.json 557 B

12345678910111213141516171819202122232425
  1. {
  2. "description": "项目配置文件。",
  3. "packOptions": {
  4. "ignore": [],
  5. "include": []
  6. },
  7. "setting": {
  8. "urlCheck": false,
  9. "babelSetting": {
  10. "ignore": [],
  11. "disablePlugins": [],
  12. "outputPath": ""
  13. },
  14. "condition": false
  15. },
  16. "compileType": "miniprogram",
  17. "libVersion": "2.32.1",
  18. "appid": "touristappid",
  19. "projectname": "智慧水务",
  20. "condition": {},
  21. "editorSetting": {
  22. "tabIndent": "insertSpaces",
  23. "tabSize": 4
  24. }
  25. }