/
githubmirror
/
gutenberg
Обзор
Документация
Войти
/
githubmirror
/
gutenberg
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
trunk
packages/theme/global.d.ts
5 строк
246 B
Manzoor Wani
Fix missing dependencies for packages (#74310)
08 янв 2026, 07:52
Не верифицирован
08 янв 2026, 07:52
3cd52a4
Код
Авторство
О чём код?
// When typeRoots is set in tsconfig, TypeScript only includes // type definitions found in the specified directories. // To ensure that global types are included, we need to // explicitly reference them here. import '@testing-library/jest-dom';