/
githubmirror
/
angular
Обзор
Документация
Войти
/
githubmirror
/
angular
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
tools/tsconfig.json
15 строк
301 B
Kristiyan Kostadinov
build: initial test of TypeScript 6
16 янв 2026, 00:41
16 янв 2026, 00:41
d9c980a
Код
Авторство
О чём код?
{ "compilerOptions": { "strict": true, "skipLibCheck": true, "declaration": true, "esModuleInterop": true, "sourceMap": true, "module": "esnext", "moduleResolution": "bundler", "types": ["node"], "paths": { "@angular/*": ["../packages/*/index"] } } }