/
githubmirror
/
angular-cli
Обзор
Документация
Войти
/
githubmirror
/
angular-cli
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
modules/testing/builder/projects/hello-world-app/src/tsconfig.spec.json
17 строк
254 B
Charles Lyding
test: move builder testing infrastructure to separate bazel target module
17 апр 2024, 11:23
17 апр 2024, 11:23
6313036
Код
Авторство
О чём код?
{ "extends": "../tsconfig.json", "compilerOptions": { "outDir": "../out-tsc/spec", "types": [ "jasmine", "@angular/localize" ] }, "files": [ "polyfills.ts" ], "include": [ "**/*.spec.ts", "**/*.d.ts" ] }