project.config.json 878 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. {
  2. "description": "项目配置文件",
  3. "miniprogramRoot": "miniprogram/",
  4. "compileType": "miniprogram",
  5. "setting": {
  6. "useCompilerPlugins": [
  7. "typescript",
  8. "less"
  9. ],
  10. "babelSetting": {
  11. "ignore": [],
  12. "disablePlugins": [],
  13. "outputPath": ""
  14. },
  15. "coverView": false,
  16. "postcss": false,
  17. "minified": false,
  18. "enhance": false,
  19. "showShadowRootInWxmlPanel": false,
  20. "packNpmRelationList": [],
  21. "ignoreUploadUnusedFiles": true,
  22. "compileHotReLoad": false,
  23. "skylineRenderEnable": true
  24. },
  25. "simulatorType": "wechat",
  26. "simulatorPluginLibVersion": {},
  27. "condition": {},
  28. "srcMiniprogramRoot": "miniprogram/",
  29. "editorSetting": {
  30. "tabIndent": "insertSpaces",
  31. "tabSize": 2
  32. },
  33. "libVersion": "2.32.3",
  34. "packOptions": {
  35. "ignore": [],
  36. "include": []
  37. },
  38. "appid": "wxa81f65e526a89cc7"
  39. }