You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

33 rivejä
686 B

  1. {
  2. "description": "项目配置文件",
  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. "babelSetting": {
  16. "ignore": [],
  17. "disablePlugins": [],
  18. "outputPath": ""
  19. },
  20. "es6": true,
  21. "enhance": true
  22. },
  23. "simulatorType": "wechat",
  24. "simulatorPluginLibVersion": {},
  25. "condition": {},
  26. "srcMiniprogramRoot": "miniprogram/",
  27. "appid": "wxf288a9b8167ff2ca",
  28. "libVersion": "2.31.0",
  29. "editorSetting": {
  30. "tabIndent": "insertSpaces",
  31. "tabSize": 2
  32. }
  33. }