project.config.json 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  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. "urlCheck": true,
  16. "coverView": true,
  17. "es6": true,
  18. "postcss": true,
  19. "lazyloadPlaceholderEnable": false,
  20. "preloadBackgroundData": false,
  21. "minified": true,
  22. "autoAudits": false,
  23. "uglifyFileName": false,
  24. "uploadWithSourceMap": true,
  25. "enhance": true,
  26. "useMultiFrameRuntime": true,
  27. "showShadowRootInWxmlPanel": true,
  28. "packNpmManually": false,
  29. "packNpmRelationList": [],
  30. "minifyWXSS": true,
  31. "useStaticServer": true,
  32. "showES6CompileOption": false,
  33. "checkInvalidKey": true,
  34. "babelSetting": {
  35. "ignore": [],
  36. "disablePlugins": [],
  37. "outputPath": ""
  38. },
  39. "disableUseStrict": false,
  40. "minifyWXML": true,
  41. "condition": false
  42. },
  43. "simulatorType": "wechat",
  44. "simulatorPluginLibVersion": {},
  45. "condition": {},
  46. "srcMiniprogramRoot": "miniprogram/",
  47. "appid": "wx9e350511768a0d33",
  48. "libVersion": "2.23.4",
  49. "editorSetting": {
  50. "tabIndent": "insertSpaces",
  51. "tabSize": 2
  52. }
  53. }