/
githubmirror
/
gutenberg
Обзор
Документация
Войти
/
githubmirror
/
gutenberg
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
trunk
packages/theme/tsconfig.src.json
21 строка
489 B
Marco Ciampini
theme: Disallow src in published package (#80213)
15 июл 2026, 00:26
Не верифицирован
15 июл 2026, 00:26
15ac3bc
Код
Авторство
О чём код?
{ "$schema": "https://json.schemastore.org/tsconfig.json", "extends": "../../tsconfig.base.json", "compilerOptions": { "moduleResolution": "bundler", "types": [ "jest", "node", "style-imports", "react-css-custom-properties" ] }, "exclude": [ "**/stories/**", "**/test/**", "**/*.story.*" ], "references": [ { "path": "../compose" }, { "path": "../deprecated" }, { "path": "../element" }, { "path": "../private-apis" }, { "path": "../style-runtime" } ] }