/
githubmirror
/
angular
Обзор
Документация
Войти
/
githubmirror
/
angular
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
packages/examples/upgrade/tsconfig.json
14 строк
300 B
Joey Perrott
build: migrate examples to use rules_js (#61650)
26 май 2025, 14:00
26 май 2025, 14:00
47660b7
Код
Авторство
О чём код?
{ "compilerOptions": { "lib": ["dom", "es2015"], "types": ["angular", "jasmine"], "declaration": true, "sourceMap": true, "paths": { "@angular/*": ["../../*/index"], }, "experimentalDecorators": true, "target": "es2015", "moduleResolution": "node", } }