/
githubmirror
/
angular
Обзор
Документация
Войти
/
githubmirror
/
angular
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v20.3.26
integration/standalone-bootstrap/tsconfig.json
21 строка
510 B
Matthieu Riegler
refactor(core): drop the usage of `PromiseSettledResult<void>` (#63955)
19 сен 2025, 23:27
19 сен 2025, 23:27
b04e6b1
Код
Авторство
О чём код?
{ "compileOnSave": false, "compilerOptions": { "baseUrl": "./", "outDir": "./dist/out-tsc", "sourceMap": true, "esModuleInterop": true, "declaration": false, "experimentalDecorators": true, "module": "es2022", "moduleResolution": "node", "importHelpers": true, "target": "es2022", "typeRoots": ["node_modules/@types"], "lib": ["es2018", "dom"] }, "angularCompilerOptions": { "fullTemplateTypeCheck": true, "strictInjectionParameters": true } }