project.config.json 664 B

12345678910111213141516171819202122232425262728293031323334
  1. {
  2. "appid": "wxb7fa25eb73a2bbe2",
  3. "compileType": "miniprogram",
  4. "libVersion": "3.8.3",
  5. "packOptions": {
  6. "ignore": [],
  7. "include": []
  8. },
  9. "setting": {
  10. "packNpmManually": true,
  11. "packNpmRelationList": [
  12. {
  13. "packageJsonPath": "./package.json",
  14. "miniprogramNpmDistDir": "./miniprogram/"
  15. }
  16. ],
  17. "coverView": true,
  18. "es6": true,
  19. "postcss": true,
  20. "minified": true,
  21. "enhance": true,
  22. "showShadowRootInWxmlPanel": true,
  23. "babelSetting": {
  24. "ignore": [],
  25. "disablePlugins": [],
  26. "outputPath": ""
  27. }
  28. },
  29. "condition": {},
  30. "editorSetting": {
  31. "tabIndent": "insertSpaces",
  32. "tabSize": 2
  33. }
  34. }