/
githubmirror
/
gutenberg
Обзор
Документация
Войти
/
githubmirror
/
gutenberg
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
trunk
test/e2e/tsconfig.json
12 строк
242 B
Manzoor Wani
Convert directories in test/ to workspaces (#74684)
02 апр 2026, 14:19
Не верифицирован
02 апр 2026, 14:19
ba45add
Код
Авторство
О чём код?
{ "$schema": "https://json.schemastore.org/tsconfig.json", "extends": "../../tsconfig.base.json", "compilerOptions": { "checkJs": false, "noEmit": true, "rootDir": ".", "types": [ "node" ] }, "include": [ "." ], "exclude": [] }