/
githubmirror
/
angular
Обзор
Документация
Войти
/
githubmirror
/
angular
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
integration/platform-server/projects/ngmodule/tsconfig.spec.json
14 строк
296 B
Matthieu Riegler
docs: update link to the TS config. (#50933)
05 июл 2023, 14:58
05 июл 2023, 14:58
5d11844
Код
Авторство
О чём код?
/* 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" ] }