/
githubmirror
/
jest
Обзор
Документация
Войти
/
githubmirror
/
jest
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
packages/pretty-format/tsconfig.json
11 строк
281 B
Simen Bekkhus
feat: add `isError` helper (#16076)
01 май 2026, 19:36
Не верифицирован
01 май 2026, 19:36
7a1588e
Код
Авторство
О чём код?
{ "extends": "../../tsconfig.json", "compilerOptions": { "lib": ["es2023", "dom"], "rootDir": "src", "outDir": "build" }, "include": ["./src/**/*"], "exclude": ["./**/__tests__/**/*"], "references": [{"path": "../jest-schemas"}, {"path": "../jest-util"}] }