horse-betting/btc-ui-app-2/node_modules/@schematics/angular/app-shell/schema.json
2025-06-19 16:39:08 +05:30

19 lines
530 B
JSON
Executable File

{
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "SchematicsAngularAppShell",
"title": "Angular AppShell Options Schema",
"type": "object",
"description": "Configures your project to generate an app-shell during build time.",
"additionalProperties": false,
"properties": {
"project": {
"type": "string",
"description": "The name of the project where the app-shell should be generated.",
"$default": {
"$source": "projectName"
}
}
},
"required": ["project"]
}