Для этого сайта требуется поддержка JavaScript.
Обзор
Помощь
Регистрация
Вход
microsoft
/
cadl
зеркало из
Следить
1
В избранное
0
Форкнуть
Вы уже форкнули cadl
0
Код
Задачи
Пакеты
Проекты
Релизы
Вики
Активность
4b942c9fb9
cadl
/
tsconfig.eng.json
6 строки
101 B
JSON
Исходник
Обычный вид
История
Убрать экранирование
Экранировать
Validate typescript eng scripts & use patterns for pr label triage (#3381) `includesModifedFiles` doesn't seem to be working with path so trying to use the regex pattern
2024-05-17 19:42:46 +03:00
{
"extends"
:
"./tsconfig.base.json"
,
Analyze change ts (#3415) Convert the analyze-change.ps1 to typescript which allows to reuse a common config for which area belong to who as well as some other helpers. The testing also is then all built-in the same system
2024-07-26 21:38:09 +03:00
"include"
:
[
"eng"
]
,
"exclude"
:
[
"eng/vitest.config.ts"
]
Validate typescript eng scripts & use patterns for pr label triage (#3381) `includesModifedFiles` doesn't seem to be working with path so trying to use the regex pattern
2024-05-17 19:42:46 +03:00
}