project.config.json 571 B

1234567891011121314151617181920212223242526272829
  1. {
  2. "description": "a itt pro",
  3. "setting": {
  4. "urlCheck": true,
  5. "es6": false,
  6. "postcss": false,
  7. "minified": false,
  8. "babelSetting": {
  9. "ignore": [],
  10. "disablePlugins": [],
  11. "outputPath": ""
  12. }
  13. },
  14. "compileType": "miniprogram",
  15. "appid": "wx13d260503865167b",
  16. "projectname": "itt",
  17. "miniprogramRoot": "weapp/",
  18. "libVersion": "2.26.0",
  19. "srcMiniprogramRoot": "weapp/",
  20. "packOptions": {
  21. "ignore": [],
  22. "include": []
  23. },
  24. "condition": {},
  25. "editorSetting": {
  26. "tabIndent": "insertSpaces",
  27. "tabSize": 2
  28. }
  29. }