/
githubmirror
/
components
Обзор
Документация
Войти
/
githubmirror
/
components
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v21.2.13
scripts/tsconfig.json
15 строк
342 B
Kristiyan Kostadinov
build: delete unused firebase code (#28383)
07 янв 2024, 20:04
Не верифицирован
07 янв 2024, 20:04
6f4b12d
Код
Авторство
О чём код?
{ "compilerOptions": { "outDir": "../dist/dev-infra-scripts", "target": "es2020", "lib": ["es2020"], "module": "Node16", "types": ["node"], "strict": true, "noEmit": true, "noPropertyAccessFromIndexSignature": true, "skipLibCheck": true, "downlevelIteration": true, "esModuleInterop": true } }