1
0

project.config.json 727 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  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": "",
  18. "appid": "wx3bbf84108fdc99d4",
  19. "projectname": "project1",
  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": -1,
  35. "list": []
  36. }
  37. },
  38. "editorSetting": {
  39. "tabIndent": "insertSpaces",
  40. "tabSize": 2
  41. }
  42. }