/
githubmirror
/
gutenberg
Обзор
Документация
Войти
/
githubmirror
/
gutenberg
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
trunk
packages/theme/tsconfig.bin.json
13 строк
331 B
Andrew Duthie
Theme: Update Terrazzo packages to 2.0 (#77432)
17 апр 2026, 17:27
Не верифицирован
17 апр 2026, 17:27
af9f99d
Код
Авторство
О чём код?
{ "$schema": "https://json.schemastore.org/tsconfig.json", "extends": "./tsconfig.src.json", "compilerOptions": { "composite": true, "rootDir": ".", "noEmit": true, "allowImportingTsExtensions": true }, "include": [ "bin", "terrazzo.config.ts" ], "exclude": [], "references": [ { "path": "./tsconfig.src.json" } ] }