/
githubmirror
/
components
Обзор
Документация
Войти
/
githubmirror
/
components
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/cdk/tsconfig.json
11 строк
227 B
Kristiyan Kostadinov
build: remove deprecated compiler option (#32692)
02 фев 2026, 08:11
Не верифицирован
02 фев 2026, 08:11
bfd792f
Код
Авторство
О чём код?
// Configuration for IDEs only. { "extends": "../../tsconfig.json", "compilerOptions": { "rootDir": "..", "paths": { "@angular/cdk/*": ["./*"] } }, "include": ["./**/*.ts", "../dev-mode-types.d.ts"] }