hvigor-config.json5_backup 738 B

1234567891011121314151617
  1. {
  2. "modelVersion": "5.0.0",
  3. "dependencies": {
  4. },
  5. "execution": {
  6. // "daemon": true, /* Enable daemon compilation. Default: true */
  7. // "incremental": true, /* Enable incremental compilation. Default: true */
  8. // "parallel": true, /* Enable parallel compilation. Default: true */
  9. // "typeCheck": false, /* Enable typeCheck. Default: false */
  10. },
  11. "logging": {
  12. // "level": "info" /* Define the log level. Value: [ "debug" | "info" | "warn" | "error" ]. Default: "info" */
  13. },
  14. "debugging": {
  15. // "stacktrace": false /* Disable stacktrace compilation. Default: false */
  16. }
  17. }