/
githubmirror
/
gutenberg
Обзор
Документация
Войти
/
githubmirror
/
gutenberg
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
trunk
packages/grid/tsconfig.json
12 строк
276 B
Lena Morita
Style Runtime: Support CSS module style injection across documents (#77965)
08 май 2026, 16:18
Не верифицирован
08 май 2026, 16:18
4a8e533
Код
Авторство
О чём код?
{ "$schema": "https://json.schemastore.org/tsconfig.json", "extends": "../../tsconfig.base.json", "compilerOptions": { "types": [ "jest", "style-imports" ] }, "references": [ { "path": "../compose" }, { "path": "../element" }, { "path": "../style-runtime" } ] }