project.config.json 442 B

12345678910111213141516171819202122232425262728
  1. {
  2. "description": "项目配置文件。",
  3. "packOptions": {
  4. "ignore": []
  5. },
  6. "setting": {
  7. "urlCheck": false,
  8. "es6": true
  9. },
  10. "compileType": "miniprogram",
  11. "libVersion": "",
  12. "appid": "wx9bf5de3fd1a15538",
  13. "projectname": "wx",
  14. "condition": {
  15. "search": {
  16. "list": []
  17. },
  18. "conversation": {
  19. "list": []
  20. },
  21. "game": {
  22. "list": []
  23. },
  24. "miniprogram": {
  25. "list": []
  26. }
  27. }
  28. }