project.config.json 753 B

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