project.config.json 567 B

12345678910111213141516171819202122232425262728
  1. {
  2. "appid": "wx66ce59a1b7fdf3f5",
  3. "compileType": "miniprogram",
  4. "libVersion": "3.2.2",
  5. "packOptions": {
  6. "ignore": [],
  7. "include": []
  8. },
  9. "setting": {
  10. "coverView": true,
  11. "es6": true,
  12. "postcss": true,
  13. "minified": true,
  14. "enhance": true,
  15. "showShadowRootInWxmlPanel": true,
  16. "packNpmRelationList": [],
  17. "babelSetting": {
  18. "ignore": [],
  19. "disablePlugins": [],
  20. "outputPath": ""
  21. }
  22. },
  23. "condition": {},
  24. "editorSetting": {
  25. "tabIndent": "insertSpaces",
  26. "tabSize": 2
  27. }
  28. }