/
githubmirror
/
novu
Обзор
Документация
Войти
/
githubmirror
/
novu
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
next
packages/shared/tsconfig.scripts.json
14 строк
418 B
George Djabarov
feat(shared): chat provider content overrides with Slack schema fixes NV-8397 (#12103)
29 июл 2026, 17:01
Не верифицирован
29 июл 2026, 17:01
d571233
Код
Авторство
О чём код?
{ "extends": "./tsconfig.json", "compilerOptions": { "allowImportingTsExtensions": true, "composite": false, // The scripts run through Node's TypeScript stripping as ES modules, which the package's // CommonJS-oriented base config would reject on `import.meta`. "module": "esnext", "moduleResolution": "bundler", "noEmit": true, "rootDir": "." }, "include": ["scripts/**/*"] }