/
githubmirror
/
angular
Обзор
Документация
Войти
/
githubmirror
/
angular
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
.github/actions/deploy-docs-site/tsconfig.json
16 строк
347 B
Joey Perrott
ci: make the github action fail when a firebase command fails (#64801)
30 окт 2025, 20:24
30 окт 2025, 20:24
7dcf14d
Код
Авторство
О чём код?
{ "compilerOptions": { "module": "NodeNext", "target": "ES2021", "types": ["node"], "lib": ["es2021"], "experimentalDecorators": true, "strict": true, "skipLibCheck": true, "noImplicitOverride": true, "esModuleInterop": true, "noImplicitReturns": true, "declaration": true, "sourceMap": true } }