/
githubmirror
/
angular
Обзор
Документация
Войти
/
githubmirror
/
angular
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
integration/ng_elements/tsconfig.json
25 строк
490 B
Alan Agius
build: adopt `moduleResolution: "bundler"` (#64125)
29 сен 2025, 21:20
29 сен 2025, 21:20
fc643c9
Код
Авторство
О чём код?
{ "angularCompilerOptions": { "annotationsAs": "static fields", "annotateForClosureCompiler": true, }, "compilerOptions": { "module": "es2015", "moduleResolution": "bundler", "strictNullChecks": true, "target": "es2022", "sourceMap": false, "experimentalDecorators": true, "outDir": "built", "rootDir": ".", "declaration": true, "types": [] }, "exclude": [ "vendor", "node_modules", "built", "dist", "e2e" ] }