/
githubmirror
/
angular
Обзор
Документация
Войти
/
githubmirror
/
angular
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
integration/platform-server/projects/ngmodule/tsconfig.app.json
10 строк
289 B
Alan Agius
build: remove yarn from integration tests, switch to pnpm (#63902)
18 сен 2025, 17:39
18 сен 2025, 17:39
950ffd0
Код
Авторство
О чём код?
/* To learn more about this file see: https://angular.io/guide/typescript-configuration. */ { "extends": "../../tsconfig.json", "compilerOptions": { "outDir": "../../out-tsc/app", "types": ["node"] }, "files": ["src/main.ts", "server.ts"], "include": ["src/**/*.d.ts"] }