project.config.json 692 B

123456789101112131415161718192021222324252627282930
  1. {
  2. "appid": "touristappid",
  3. "compileType": "miniprogram",
  4. "libVersion": "2.25.3",
  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. "ignoreDevUnusedFiles":false,
  18. "ignoreUploadUnusedFiles":false,
  19. "babelSetting": {
  20. "ignore": [],
  21. "disablePlugins": [],
  22. "outputPath": ""
  23. }
  24. },
  25. "condition": {},
  26. "editorSetting": {
  27. "tabIndent": "insertSpaces",
  28. "tabSize": 4
  29. }
  30. }