/
githubmirror
/
angular
Обзор
Документация
Войти
/
githubmirror
/
angular
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
integration/platform-server-hydration/e2e/tsconfig.json
13 строк
274 B
Alan Agius
test: add Integration tests for hydration and event reply (#55708)
07 май 2024, 23:39
07 май 2024, 23:39
8630dc8
Код
Авторство
О чём код?
/* To learn more about this file see: https://angular.io/config/tsconfig. */ { "extends": "../tsconfig.json", "compilerOptions": { "outDir": "../out-tsc/e2e", "module": "commonjs", "target": "es2019", "types": [ "jasmine", "node" ] } }