/
githubmirror
/
gutenberg
Обзор
Документация
Войти
/
githubmirror
/
gutenberg
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
trunk
test/performance/tsconfig.json
12 строк
242 B
Kushagra Goyal
Remove migrated dependencies from root package.json (#78813)
03 июн 2026, 16:40
Не верифицирован
03 июн 2026, 16:40
d0aff7d
Код
Авторство
О чём код?
{ "$schema": "https://json.schemastore.org/tsconfig.json", "extends": "../../tsconfig.base.json", "compilerOptions": { "checkJs": false, "noEmit": true, "rootDir": ".", "types": [ "node" ] }, "include": [ "." ], "exclude": [] }