/
githubmirror
/
jest
Обзор
Документация
Войти
/
githubmirror
/
jest
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
packages/jest-cli/tsconfig.json
17 строк
394 B
Ilya Kuznetsov
chore(jest-cli): Deprecation of the `--init` argument (#14490)
19 сен 2023, 14:20
Не верифицирован
19 сен 2023, 14:20
180bc8b
Код
Авторство
О чём код?
{ "extends": "../../tsconfig.json", "compilerOptions": { "rootDir": "src", "outDir": "build" }, "include": ["./src/**/*"], "exclude": ["./**/__tests__/**/*"], "references": [ {"path": "../jest-config"}, {"path": "../jest-core"}, {"path": "../jest-test-result"}, {"path": "../jest-types"}, {"path": "../jest-util"}, {"path": "../jest-validate"} ] }