/
githubmirror
/
angular
Обзор
Документация
Войти
/
githubmirror
/
angular
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
packages/language-service/tsconfig.json
12 строк
348 B
Joey Perrott
build: add comment explaining path maps (#61584)
21 май 2025, 20:27
21 май 2025, 20:27
4554c09
Код
Авторство
О чём код?
{ "extends": "../tsconfig-build.json", "compilerOptions": { "types": ["node"], "paths": { "@angular/*": ["../*"], // compiler-cli specific mapping is present to allow deep importing into the compiler code. "@angular/compiler-cli": ["../compiler-cli"], "@angular/compiler-cli/*": ["../compiler-cli/*"] } } }