/
githubmirror
/
gutenberg
Обзор
Документация
Войти
/
githubmirror
/
gutenberg
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
trunk
packages/compose/tsconfig.json
20 строк
511 B
Ella
Blocks: Share window listeners across instances (block props, rich text, ...) (#78310)
20 май 2026, 22:40
Не верифицирован
20 май 2026, 22:40
463ee32
Код
Авторство
О чём код?
{ "$schema": "https://json.schemastore.org/tsconfig.json", "extends": "../../tsconfig.base.json", "compilerOptions": { "rootDir": "src", "declarationDir": "build-types", "types": [ "gutenberg-env" ] }, "references": [ { "path": "../deprecated" }, { "path": "../dom" }, { "path": "../element" }, { "path": "../is-shallow-equal" }, { "path": "../keycodes" }, { "path": "../priority-queue" }, { "path": "../private-apis" }, { "path": "../undo-manager" } ], "include": [ "src/**/*" ] }