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