project.config.json 635 B

12345678910111213141516171819202122232425262728293031
  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. "newFeature": true,
  13. "bigPackageSizeSupport": true,
  14. "checkSiteMap": false,
  15. "babelSetting": {
  16. "ignore": [],
  17. "disablePlugins": [],
  18. "outputPath": ""
  19. },
  20. "condition": false
  21. },
  22. "compileType": "miniprogram",
  23. "libVersion": "2.31.0",
  24. "appid": "wx6993fcfcf64e85a8",
  25. "projectname": "房票科技",
  26. "condition": {},
  27. "editorSetting": {
  28. "tabIndent": "insertSpaces",
  29. "tabSize": 2
  30. }
  31. }