/
githubmirror
/
novu
Обзор
Документация
Войти
/
githubmirror
/
novu
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
next
packages/agent-toolkit/tsconfig.json
20 строк
476 B
Dima Grossman
feat(novu): Agent toolkit for novu (#10298)
15 мар 2026, 15:47
Не верифицирован
15 мар 2026, 15:47
edff6d7
Код
Авторство
О чём код?
{ "compilerOptions": { "target": "ES2019", "module": "ES2020", "moduleResolution": "Bundler", "skipLibCheck": true, "resolveJsonModule": true, "esModuleInterop": true, "allowSyntheticDefaultImports": true, "declaration": true, "declarationMap": true, "noImplicitAny": true, "sourceMap": true, "rootDir": ".", "outDir": "./dist", "strict": true }, "include": ["./src/**/*"], "exclude": ["node_modules", "dist"] }