/
githubmirror
/
gutenberg
Обзор
Документация
Войти
/
githubmirror
/
gutenberg
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
trunk
packages/interactivity/tsconfig.test.json
13 строк
316 B
Luis Herranz
iAPI: Handle all `getServerState` and `getServerContext` sync scenarios (#72381)
17 окт 2025, 00:45
Не верифицирован
17 окт 2025, 00:45
782cd64
Код
Авторство
О чём код?
{ "$schema": "https://json.schemastore.org/tsconfig.json", "extends": "../../tsconfig.base.json", "compilerOptions": { "noEmit": true, "emitDeclarationOnly": false, "types": [ "jest" ] }, "references": [ { "path": "./tsconfig.json" } ], "files": [ "src/test/types.ts" ], "include": [], "exclude": [] }