project.config.json 552 B

12345678910111213141516171819202122232425262728
  1. {
  2. "description": "项目配置文件。",
  3. "packOptions": {
  4. "ignore": [],
  5. "include": []
  6. },
  7. "setting": {
  8. "urlCheck": false,
  9. "es6": true,
  10. "postcss": true,
  11. "minified": true,
  12. "checkSiteMap": false,
  13. "babelSetting": {
  14. "ignore": [],
  15. "disablePlugins": [],
  16. "outputPath": ""
  17. }
  18. },
  19. "compileType": "miniprogram",
  20. "libVersion": "2.25.0",
  21. "appid": "wx6993fcfcf64e85a8",
  22. "projectname": "房票科技",
  23. "condition": {},
  24. "editorSetting": {
  25. "tabIndent": "insertSpaces",
  26. "tabSize": 2
  27. }
  28. }