projecte_ionic/node_modules/@ionic/angular/schematics/add/schema.json
2022-02-09 18:30:03 +01:00

16 lines
321 B
JSON
Executable file

{
"$schema": "http://json-schema.org/schema",
"id": "ionicNgAdd",
"title": "Ionic Add options",
"type": "object",
"properties": {
"project": {
"type": "string",
"description": "The name of the project.",
"$default": {
"$source": "projectName"
}
}
},
"required": []
}