project.config.json 839 B

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