project.config.json 892 B

12345678910111213141516171819202122232425262728293031323334353637383940
  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": true,
  17. "minified": true,
  18. "enhance": true,
  19. "showShadowRootInWxmlPanel": false,
  20. "packNpmRelationList": [],
  21. "ignoreUploadUnusedFiles": true,
  22. "compileHotReLoad": false,
  23. "skylineRenderEnable": true,
  24. "es6": true
  25. },
  26. "simulatorType": "wechat",
  27. "simulatorPluginLibVersion": {},
  28. "condition": {},
  29. "srcMiniprogramRoot": "miniprogram/",
  30. "editorSetting": {
  31. "tabIndent": "insertSpaces",
  32. "tabSize": 2
  33. },
  34. "libVersion": "2.32.3",
  35. "packOptions": {
  36. "ignore": [],
  37. "include": []
  38. },
  39. "appid": "wxf0323888ac4e31d5"
  40. }