项目原始demo,不改动
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.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
 
 
 
 

20 rivejä
307 B

  1. {
  2. "type": "object",
  3. "properties": {
  4. "name": {},
  5. "regExp": {},
  6. "context": {
  7. "type": "string"
  8. },
  9. "publicPath": {},
  10. "outputPath": {},
  11. "useRelativePath": {
  12. "type": "boolean"
  13. },
  14. "emitFile": {
  15. "type": "boolean"
  16. }
  17. },
  18. "additionalProperties": true
  19. }