project.config.json 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. {
  2. "description": "项目配置文件,详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html",
  3. "packOptions": {
  4. "ignore": [],
  5. "include": []
  6. },
  7. "miniprogramRoot": "miniprogram/",
  8. "compileType": "miniprogram",
  9. "projectname": "ts-less-demo",
  10. "setting": {
  11. "useCompilerPlugins": [
  12. "typescript",
  13. "less"
  14. ],
  15. "ignoreDevUnusedFiles": false,
  16. "ignoreUploadUnusedFiles": true,
  17. "urlCheck": true,
  18. "coverView": true,
  19. "es6": true,
  20. "postcss": true,
  21. "lazyloadPlaceholderEnable": false,
  22. "preloadBackgroundData": false,
  23. "minified": true,
  24. "autoAudits": false,
  25. "uglifyFileName": true,
  26. "uploadWithSourceMap": true,
  27. "enhance": true,
  28. "showShadowRootInWxmlPanel": true,
  29. "packNpmManually": true,
  30. "packNpmRelationList": [
  31. {
  32. "packageJsonPath": "./package.json",
  33. "miniprogramNpmDistDir": "./miniprogram/"
  34. }
  35. ],
  36. "minifyWXSS": true,
  37. "useStaticServer": true,
  38. "showES6CompileOption": false,
  39. "checkInvalidKey": true,
  40. "babelSetting": {
  41. "ignore": [],
  42. "disablePlugins": [],
  43. "outputPath": ""
  44. },
  45. "disableUseStrict": false,
  46. "minifyWXML": true,
  47. "condition": false
  48. },
  49. "simulatorType": "wechat",
  50. "simulatorPluginLibVersion": {},
  51. "condition": {},
  52. "srcMiniprogramRoot": "miniprogram/",
  53. "appid": "wx5468d869dc1db9a4",
  54. "libVersion": "2.25.2",
  55. "editorSetting": {
  56. "tabIndent": "insertSpaces",
  57. "tabSize": 2
  58. }
  59. }