/
githubmirror
/
gutenberg
Обзор
Документация
Войти
/
githubmirror
/
gutenberg
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
trunk
packages/theme/tsconfig.json
14 строк
318 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", "compilerOptions": { "composite": true }, "files": [], "references": [ { "path": "../compose" }, { "path": "../style-runtime" }, { "path": "./tsconfig.src.json" }, { "path": "./tsconfig.plugins.json" }, { "path": "./tsconfig.bin.json" } ] }