project.config.json 622 B

123456789101112131415161718192021222324252627282930
  1. {
  2. "description": "项目配置文件。",
  3. "miniprogramRoot": "",
  4. "setting": {
  5. "urlCheck": true,
  6. "es6": true,
  7. "postcss": true,
  8. "minified": false,
  9. "newFeature": false,
  10. "packNpmRelationList": [],
  11. "babelSetting": {
  12. "ignore": [],
  13. "disablePlugins": [],
  14. "outputPath": ""
  15. }
  16. },
  17. "compileType": "game",
  18. "libVersion": "3.0.2",
  19. "appid": "wx682b8117455c9f91",
  20. "projectname": "zhetian",
  21. "condition": {},
  22. "packOptions": {
  23. "ignore": [],
  24. "include": []
  25. },
  26. "editorSetting": {
  27. "tabIndent": "insertSpaces",
  28. "tabSize": 2
  29. }
  30. }