/
githubmirror
/
gutenberg
Обзор
Документация
Войти
/
githubmirror
/
gutenberg
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
trunk
packages/components/tsconfig.json
41 строка
1 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", "compilerOptions": { "types": [ "gutenberg-env", "gutenberg-test-env", "jest", "react-css-custom-properties", "style-imports" ] }, "references": [ { "path": "../a11y" }, { "path": "../compose" }, { "path": "../date" }, { "path": "../deprecated" }, { "path": "../dom" }, { "path": "../element" }, { "path": "../escape-html" }, { "path": "../hooks" }, { "path": "../html-entities" }, { "path": "../i18n" }, { "path": "../icons" }, { "path": "../is-shallow-equal" }, { "path": "../kebab-case" }, { "path": "../keycodes" }, { "path": "../primitives" }, { "path": "../private-apis" }, { "path": "../react-i18n" }, { "path": "../rich-text" }, { "path": "../style-runtime" }, { "path": "../ui" }, { "path": "../warning" } ], "files": [ "global.d.ts", "storybook.d.ts" ], "exclude": [ "src/**/stories/**/*.jsx", // only exclude js files, tsx files should be checked "src/**/test/**/*.js" // only exclude js files, ts{x} files should be checked ] }