project.config.json 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  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": true,
  19. "showShadowRootInWxmlPanel": false,
  20. "ignoreUploadUnusedFiles": true,
  21. "compileHotReLoad": false,
  22. "skylineRenderEnable": true,
  23. "es6": true,
  24. "packNpmManually": true,
  25. "packNpmRelationList": [
  26. {
  27. "packageJsonPath": "./package.json",
  28. "miniprogramNpmDistDir": "./miniprogram/"
  29. }
  30. ]
  31. },
  32. "simulatorType": "wechat",
  33. "simulatorPluginLibVersion": {},
  34. "condition": {},
  35. "srcMiniprogramRoot": "miniprogram/",
  36. "editorSetting": {
  37. "tabIndent": "insertSpaces",
  38. "tabSize": 2
  39. },
  40. "libVersion": "2.32.3",
  41. "packOptions": {
  42. "ignore": [],
  43. "include": []
  44. },
  45. "appid": "wxafd9b0a1dea63f15",
  46. "projectname": "orchestra-music-activation"
  47. }