/
githubmirror
/
novu
Обзор
Документация
Войти
/
githubmirror
/
novu
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
next
libs/testing/tsconfig.build.json
14 строк
288 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", "target": "es6", "declaration": true, "outDir": "./dist", "rootDir": "./src", "esModuleInterop": true, "sourceMap": true, "types": ["node"] }, "include": ["src/**/*"] }