/
githubmirror
/
angular
Обзор
Документация
Войти
/
githubmirror
/
angular
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
tools/manual_api_docs/tsconfig.json
13 строк
396 B
Paul Gschwendtner
build: migrate `manual_api_docs` to `rules_js` (#61181)
09 май 2025, 18:59
09 май 2025, 18:59
81566ec
Код
Авторство
О чём код?
{ "extends": "../tsconfig.json", "compilerOptions": { // Note: We use `bundler` here because compiler-cli is understood as ESM, but // there are no explicit extensions. This is invalid. For our type-only usage this // is fine. "module": "ESNext", "moduleResolution": "bundler", "paths": { "@angular/compiler-cli/*": ["../../packages/compiler-cli/*"] } } }