/
githubmirror
/
angular
Обзор
Документация
Войти
/
githubmirror
/
angular
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v20.3.27
tools/tsconfig.json
15 строк
299 B
Joey Perrott
build: only require workspace build packages for web tests when provided (#62443)
03 июл 2025, 11:34
03 июл 2025, 11:34
50a69de
Код
Авторство
О чём код?
{ "compilerOptions": { "strict": true, "skipLibCheck": true, "declaration": true, "esModuleInterop": true, "sourceMap": true, "module": "esnext", "moduleResolution": "node", "types": ["node"], "paths": { "@angular/*": ["../packages/*/index"], } } }