/
githubmirror
/
angular
Обзор
Документация
Войти
/
githubmirror
/
angular
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v21.2.18
packages/zone.js/tsconfig.json
24 строки
505 B
Joey Perrott
build: migrate zone.js to use ts_project instead of ts_library (#62673)
17 июл 2025, 20:59
17 июл 2025, 20:59
dd02bfe
Код
Авторство
О чём код?
{ "compilerOptions": { "module": "esnext", "target": "es2022", "moduleResolution": "node", "downlevelIteration": true, "esModuleInterop": true, "inlineSources": true, "declaration": true, "noEmitOnError": false, "stripInternal": true, "strict": true, "sourceMap": true, "noImplicitOverride": true, "lib": [ "es5", "dom", "es2015.iterable", "es2015.promise", "es2015.symbol", "es2015.symbol.wellknown" ], }, }