/
githubmirror
/
components
Обзор
Документация
Войти
/
githubmirror
/
components
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v22.0.2
src/dev-app/tsconfig.json
26 строк
1 KB
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": { // Needed for Moment.js since it doesn't have a default export. "rootDir": "..", "paths": { "@angular/aria": ["../aria"], "@angular/aria/*": ["../aria/*"], "@angular/cdk/*": ["../cdk/*"], "@angular/material/*": ["../material/*"], "@angular/material-experimental/*": ["../material-experimental/*"], "@angular/material-experimental": ["../material-experimental"], "@angular/cdk-experimental/*": ["../cdk-experimental/*"], "@angular/cdk-experimental": ["../cdk-experimental"], "@angular/material-moment-adapter": ["../material-moment-adapter/public-api.ts"], "@angular/material-luxon-adapter": ["../material-luxon-adapter/public-api.ts"], "@angular/material-date-fns-adapter": ["../material-date-fns-adapter/public-api.ts"], "@angular/google-maps": ["../google-maps"], "@angular/components-examples": ["../components-examples"], "@angular/components-examples/*": ["../components-examples/*"], "@angular/youtube-player": ["../youtube-player"] } }, "include": ["./**/*.ts"] }