/
githubmirror
/
novu
Обзор
Документация
Войти
/
githubmirror
/
novu
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
next
apps/webhook/tsconfig.build.json
20 строк
546 B
Sokratis Vidros
chore(root): Upgrade to latest typescript (#6520)
18 сен 2024, 15:19
Не верифицирован
18 сен 2024, 15:19
5cd0e5a
Код
Авторство
О чём код?
{ "extends": "../../tsconfig.json", "compilerOptions": { "module": "commonjs", "declaration": true, "esModuleInterop": false, "noImplicitAny": false, "removeComments": true, "allowSyntheticDefaultImports": true, "emitDecoratorMetadata": true, "experimentalDecorators": true, "target": "es6", "sourceMap": true, "outDir": "./dist", "baseUrl": "./src", "types": ["node", "mocha"] }, "include": ["src/**/*", "src/**/*.d.ts"], "exclude": ["node_modules", "**/*.spec.ts", "**/*.e2e.ts"] }