/
githubmirror
/
angular-cli
Обзор
Документация
Войти
/
githubmirror
/
angular-cli
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
packages/schematics/angular/vitest-browser/schema.json
24 строки
643 B
Charles Lyding
feat(@schematics/angular): add ng-add support for Vitest browser providers
12 янв 2026, 17:45
12 янв 2026, 17:45
f80db6f
Код
Авторство
О чём код?
{ "$schema": "http://json-schema.org/draft-07/schema", "title": "Vitest Browser Provider Schematic", "type": "object", "properties": { "project": { "type": "string", "description": "The name of the project.", "$default": { "$source": "projectName" } }, "package": { "type": "string", "description": "The package to be added." }, "skipInstall": { "description": "Skip the automatic installation of packages. You will need to manually install the dependencies later.", "type": "boolean", "default": false } }, "required": ["project", "package"] }