project.config.json 949 B

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