/
githubmirror
/
angular
Обзор
Документация
Войти
/
githubmirror
/
angular
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v21.2.17
devtools/tsconfig.json
29 строк
780 B
Alan Agius
build: adopt `moduleResolution: "bundler"` (#64125)
29 сен 2025, 21:20
29 сен 2025, 21:20
fc643c9
Код
Авторство
О чём код?
{ "compilerOptions": { "sourceMap": true, "inlineSources": true, "declaration": true, "strict": true, "noImplicitReturns": true, "noPropertyAccessFromIndexSignature": true, "downlevelIteration": true, "experimentalDecorators": true, "allowSyntheticDefaultImports": true, "module": "esnext", "moduleResolution": "bundler", "esModuleInterop": true, "importHelpers": true, "target": "es2020", "lib": ["es2020", "dom", "dom.iterable"], "types": ["chrome"], // TODO: Have an IDE specific tsconfig file "paths": { "@angular/*": ["../packages/*/index"] } }, "angularCompilerOptions": { "strictTemplates": true, "strictInjectionParameters": true, "unusedStandaloneImports": "error" } }