/
githubmirror
/
angular
Обзор
Документация
Войти
/
githubmirror
/
angular
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v22.2.0-next.1
devtools/tsconfig.json
29 строк
780 B
Aleksander Bodurri
refactor(devtools): use WeakRef in idToInjector map for injector cleanup
12 май 2026, 21:37
12 май 2026, 21:37
84d7574
Код
Авторство
О чём код?
{ "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": "es2022", "lib": ["es2022", "dom", "dom.iterable"], "types": ["chrome"], // TODO: Have an IDE specific tsconfig file "paths": { "@angular/*": ["../packages/*/index"] } }, "angularCompilerOptions": { "strictTemplates": true, "strictInjectionParameters": true, "unusedStandaloneImports": "error" } }