/
githubmirror
/
gutenberg
Обзор
Документация
Войти
/
githubmirror
/
gutenberg
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
trunk
packages/ui/tsconfig.json
26 строк
569 B
Marco Ciampini
Theme: Revert ThemeProvider stable API (#79594)
26 июн 2026, 19:41
Не верифицирован
26 июн 2026, 19:41
55a2cb9
Код
Авторство
О чём код?
{ "$schema": "https://json.schemastore.org/tsconfig.json", "extends": "../../tsconfig.base.json", "compilerOptions": { "types": [ "node", "jest", "style-imports", "react-css-custom-properties" ] }, "references": [ { "path": "../a11y" }, { "path": "../compose" }, { "path": "../element" }, { "path": "../i18n" }, { "path": "../icons" }, { "path": "../keycodes" }, { "path": "../primitives" }, { "path": "../private-apis" }, { "path": "../style-runtime" }, { "path": "../theme" } ], "files": [ "global.d.ts" ], "exclude": [] }