project.config.json 663 B

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "description": "Project configuration file",
  3. "packOptions": {
  4. "ignore": [],
  5. "include": []
  6. },
  7. "setting": {
  8. "urlCheck": true,
  9. "es6": true,
  10. "postcss": true,
  11. "minified": true,
  12. "newFeature": true,
  13. "autoAudits": false,
  14. "coverView": true,
  15. "babelSetting": {
  16. "ignore": [],
  17. "disablePlugins": [],
  18. "outputPath": ""
  19. }
  20. },
  21. "compileType": "miniprogram",
  22. "libVersion": "3.3.1",
  23. "appid": "wx00055f4bb5d0c2c6",
  24. "projectname": "canvas-demo",
  25. "simulatorType": "wechat",
  26. "simulatorPluginLibVersion": {},
  27. "condition": {},
  28. "editorSetting": {
  29. "tabIndent": "insertSpaces",
  30. "tabSize": 2
  31. }
  32. }