/
githubmirror
/
gutenberg
Обзор
Документация
Войти
/
githubmirror
/
gutenberg
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
trunk
packages/admin-ui/tsconfig.json
16 строк
378 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": [ "style-imports" ] }, "references": [ { "path": "../components" }, { "path": "../element" }, { "path": "../i18n" }, { "path": "../private-apis" }, { "path": "../route" }, { "path": "../style-runtime" }, { "path": "../ui" } ] }