/
githubmirror
/
angular
Обзор
Документация
Войти
/
githubmirror
/
angular
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
integration/nodenext_resolution/tsconfig.json
17 строк
461 B
Matthieu Riegler
refactor(core): drop the usage of `PromiseSettledResult<void>` (#63955)
19 сен 2025, 23:27
19 сен 2025, 23:27
56cb093
Код
Авторство
О чём код?
{ "compilerOptions": { "forceConsistentCasingInFileNames": true, "strict": true, "noImplicitReturns": true, "noFallthroughCasesInSwitch": true, "experimentalDecorators": true, "module": "NodeNext", "moduleResolution": "NodeNext", "outDir": "./dist/out-tsc", "rootDir": ".", "target": "es2020", "lib": ["es2020", "dom"], "types": [] }, "files": ["include-all.ts", "node_modules/@types/jasmine/index.d.ts"] }