/
githubmirror
/
angular-cli
Обзор
Документация
Войти
/
githubmirror
/
angular-cli
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v21.2.20
tsconfig-build-esm.json
18 строк
506 B
Alan Agius
refactor: modernize array and string last element access using `.at(-1)`
20 ноя 2025, 18:00
Не верифицирован
20 ноя 2025, 18:00
2671945
Код
Авторство
О чём код?
/** * Root tsconfig file for use building all Angular packages. Note there is no rootDir * and therefore any tsconfig in the package directory will need to define its own * rootDir. */ { "extends": "./tsconfig.json", "compilerOptions": { "module": "esnext", "target": "es2022", "lib": ["es2022"], // don't auto-discover @types/node, it results in a ///<reference in the .d.ts output "types": [], "sourceMap": true, "inlineSources": true, "importHelpers": true } }