/
githubmirror
/
gutenberg
Обзор
Документация
Войти
/
githubmirror
/
gutenberg
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
trunk
packages/theme/tsconfig.test.json
24 строки
493 B
Marco Ciampini
Theme: Colocate plugin tests with implementations (#81247)
07 авг 2026, 13:43
Не верифицирован
07 авг 2026, 13:43
a17b59c
Код
Авторство
О чём код?
{ "$schema": "https://json.schemastore.org/tsconfig.json", "extends": "../../tsconfig.base.json", "compilerOptions": { "emitDeclarationOnly": false, "noEmit": true, "rootDir": ".", "types": [ "jest", "node", "style-imports", "react-css-custom-properties" ] }, "references": [ { "path": "./tsconfig.json" } ], "files": [ "global.d.ts" ], "include": [ "*-plugins/test/**/*", "src/**/stories/**/*", "src/**/test/**/*", "src/**/*.story.*" ], "exclude": [] }