/
githubmirror
/
novu
Обзор
Документация
Войти
/
githubmirror
/
novu
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
next
libs/application-generic/tsconfig.module.json
13 строк
325 B
Dima Grossman
refactor(worker): Local instance selection handlebars (#5622)
12 июн 2024, 12:04
Не верифицирован
12 июн 2024, 12:04
0b99445
Код
Авторство
О чём код?
{ "extends": "./tsconfig", "compilerOptions": { "sourceMap": true, "target": "esnext", "outDir": "build/module", "module": "esnext", "esModuleInterop": true, "types": ["jest", "node"], "typeRoots": ["./node_modules/@types", "../../node_modules/@types"] }, "exclude": ["node_modules/**"] }