project.config.json 801 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. {
  2. "description": "项目配置文件。",
  3. "packOptions": {
  4. "ignore": [],
  5. "include": []
  6. },
  7. "setting": {
  8. "urlCheck": false,
  9. "es6": true,
  10. "postcss": true,
  11. "minified": true,
  12. "checkSiteMap": false,
  13. "babelSetting": {
  14. "ignore": [],
  15. "disablePlugins": [],
  16. "outputPath": ""
  17. }
  18. },
  19. "compileType": "miniprogram",
  20. "libVersion": "",
  21. "appid": "wx6993fcfcf64e85a8",
  22. "projectname": "房票科技",
  23. "condition": {
  24. "search": {
  25. "current": -1,
  26. "list": []
  27. },
  28. "conversation": {
  29. "current": -1,
  30. "list": []
  31. },
  32. "game": {
  33. "current": -1,
  34. "list": []
  35. },
  36. "miniprogram": {
  37. "current": -1,
  38. "list": []
  39. }
  40. },
  41. "editorSetting": {
  42. "tabIndent": "insertSpaces",
  43. "tabSize": 2
  44. }
  45. }