/
githubmirror
/
gutenberg
Обзор
Документация
Войти
/
githubmirror
/
gutenberg
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
trunk
packages/core-data/tsconfig.json
34 строки
915 B
Enej Bajgoric
Core Data: Move EntitiesSavedState component out of editor (rebase of #71948) (#80485)
23 июл 2026, 12:30
Не верифицирован
23 июл 2026, 12:30
164a505
Код
Авторство
О чём код?
{ "$schema": "https://json.schemastore.org/tsconfig.json", "extends": "../../tsconfig.base.json", "compilerOptions": { "checkJs": false, "noImplicitAny": false, "types": [ "jest", "node" ] }, "references": [ { "path": "../api-fetch" }, { "path": "../components" }, { "path": "../block-editor" }, { "path": "../blocks" }, { "path": "../compose" }, { "path": "../data" }, { "path": "../deprecated" }, { "path": "../element" }, { "path": "../global-styles-engine" }, { "path": "../html-entities" }, { "path": "../i18n" }, { "path": "../icons" }, { "path": "../is-shallow-equal" }, { "path": "../notices" }, { "path": "../private-apis" }, { "path": "../rich-text" }, { "path": "../sync" }, { "path": "../undo-manager" }, { "path": "../url" }, { "path": "../warning" } ], "exclude": [ "src/**/test/**/*.js" // only exclude js files, ts files should be checked ] }