/
githubmirror
/
gutenberg
Обзор
Документация
Войти
/
githubmirror
/
gutenberg
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
trunk
packages/block-editor/tsconfig.json
52 строки
2 KB
André
New `kebab-case` package: extract utility and migrate private API calls (#81294)
10 авг 2026, 09:47
Не верифицирован
10 авг 2026, 09:47
139cc8a
Код
Авторство
О чём код?
{ "$schema": "https://json.schemastore.org/tsconfig.json", "extends": "../../tsconfig.base.json", "references": [ { "path": "../a11y" }, { "path": "../block-serialization-default-parser" }, { "path": "../blob" }, { "path": "../blocks" }, { "path": "../components" }, { "path": "../compose" }, { "path": "../data" }, { "path": "../dataviews" }, { "path": "../date" }, { "path": "../deprecated" }, { "path": "../dom" }, { "path": "../element" }, { "path": "../escape-html" }, { "path": "../preferences" }, { "path": "../global-styles-engine" }, { "path": "../priority-queue" }, { "path": "../private-apis" }, { "path": "../hooks" }, { "path": "../html-entities" }, { "path": "../i18n" }, { "path": "../icons" }, { "path": "../image-cropper" }, { "path": "../interactivity" }, { "path": "../is-shallow-equal" }, { "path": "../kebab-case" }, { "path": "../keycodes" }, { "path": "../keyboard-shortcuts" }, { "path": "../notices" }, { "path": "../rich-text" }, { "path": "../style-engine" }, { "path": "../token-list" }, { "path": "../ui" }, { "path": "../url" }, { "path": "../upload-media" }, { "path": "../warning" }, { "path": "../wordcount" } ], // NOTE: This package is being progressively typed. You are encouraged to // expand this array with files which can be type-checked. At some point in // the future, this can be simplified to an `includes` of `src/**/*`. "files": [ "src/lock-unlock.ts", "src/components/block-context/index.js", "src/components/block-visibility/constants.ts", "src/components/block-visibility/use-block-visibility.ts" ], "include": [ "src/utils/**/*.ts" ] }