/
githubmirror
/
angular
Обзор
Документация
Войти
/
githubmirror
/
angular
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
integration/platform-server/e2e/tsconfig.json
10 строк
271 B
Matthieu Riegler
refactor(core): drop the usage of `PromiseSettledResult<void>` (#63955)
19 сен 2025, 23:27
19 сен 2025, 23:27
56cb093
Код
Авторство
О чём код?
/* To learn more about this file see: https://angular.io/guide/typescript-configuration. */ { "extends": "../tsconfig.json", "compilerOptions": { "outDir": "../out-tsc/e2e", "module": "commonjs", "target": "es2019", "types": ["jasmine", "node"] } }