/
githubmirror
/
angular
Обзор
Документация
Войти
/
githubmirror
/
angular
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
integration/trusted-types/tsconfig.spec.json
14 строк
288 B
cexbrayat
refactor(core): remove test.ts files in integration tests (#52109)
18 окт 2023, 21:52
18 окт 2023, 21:52
7ba5dc8
Код
Авторство
О чём код?
/* To learn more about this file see: https://angular.io/guide/typescript-configuration. */ { "extends": "./tsconfig.json", "compilerOptions": { "outDir": "./out-tsc/spec", "types": [ "jasmine" ] }, "include": [ "src/**/*.spec.ts", "src/**/*.d.ts" ] }