/
githubmirror
/
lerna
Обзор
Документация
Войти
/
githubmirror
/
lerna
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v7.4.2
e2e/exec/tsconfig.spec.json
9 строк
254 B
James Henry
chore: refactor e2e tests to allow for DTE and caching (#3439)
30 ноя 2022, 00:29
Не верифицирован
30 ноя 2022, 00:29
9bb67c1
Код
Авторство
О чём код?
{ "extends": "./tsconfig.json", "compilerOptions": { "outDir": "../../dist/out-tsc", "module": "commonjs", "types": ["jest", "node"] }, "include": ["jest.config.ts", "**/*.test.ts", "**/*.spec.ts", "**/*.d.ts", "src/test-setup.ts"] }