/
githubmirror
/
angular
Обзор
Документация
Войти
/
githubmirror
/
angular
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v20.3.26
scripts/tsconfig.json
14 строк
294 B
Paul Gschwendtner
build: convert release package build scripts to typescript (#46456)
23 июн 2022, 00:35
23 июн 2022, 00:35
d248d83
Код
Авторство
О чём код?
{ "compilerOptions": { "outDir": "../dist/dev-infra-scripts", "target": "es2020", "lib": ["es2020"], "module": "Node16", "types": ["node"], "strict": true, "noEmit": true, "skipLibCheck": true, "downlevelIteration": true, "esModuleInterop": true } }