/
githubmirror
/
jest
Обзор
Документация
Войти
/
githubmirror
/
jest
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
packages/jest-diff/tsconfig.json
14 строк
303 B
Tom Mrazauskas
chore: move `@jest/test-utils` reference (#13468)
04 фев 2023, 14:55
Не верифицирован
04 фев 2023, 14:55
ffe2352
Код
Авторство
О чём код?
{ "extends": "../../tsconfig.json", "compilerOptions": { "rootDir": "src", "outDir": "build" }, "include": ["./src/**/*"], "exclude": ["./**/__tests__/**/*"], "references": [ {"path": "../diff-sequences"}, {"path": "../jest-get-type"}, {"path": "../pretty-format"} ] }