/
githubmirror
/
novu
Обзор
Документация
Войти
/
githubmirror
/
novu
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
next
libs/notifications/tsconfig.module.json
15 строк
394 B
Dima Grossman
feat(api): Billing alerts on usage emails (#6883)
12 ноя 2024, 12:23
Не верифицирован
12 ноя 2024, 12:23
18812f6
Код
Авторство
О чём код?
{ "extends": "./tsconfig", "compilerOptions": { "sourceMap": true, "target": "esnext", "outDir": "build/module", "module": "esnext", "esModuleInterop": true, "types": ["jest", "node"], "jsx": "preserve", "typeRoots": ["./node_modules/@types", "../../node_modules/@types"] }, "include": ["src/**/*.ts", "src/**/*.tsx"], "exclude": ["node_modules/**"] }