/
githubmirror
/
lerna
Обзор
Документация
Войти
/
githubmirror
/
lerna
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v9.0.1
e2e/diff/tsconfig.lib.json
10 строк
237 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", "declaration": true, "types": ["node"] }, "include": ["**/*.ts"], "exclude": ["jest.config.ts", "**/*.spec.ts", "**/*.test.ts"] }