/
githubmirror
/
novu
Обзор
Документация
Войти
/
githubmirror
/
novu
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
next
apps/webhook/nest-cli.json
33 строки
619 B
Richard Fontein
build(api, worker, ws, webhook): Use Nest.js SWC compiler plugin (#6006)
08 июл 2024, 09:46
Не верифицирован
08 июл 2024, 09:46
b1629fb
Код
Авторство
О чём код?
{ "$schema": "https://json.schemastore.org/nest-cli", "collection": "@nestjs/schematics", "sourceRoot": "src", "compilerOptions": { "assets": [ { "include": ".env", "outDir": "dist" }, { "include": ".env.development", "outDir": "dist" }, { "include": ".env.test", "outDir": "dist" }, { "include": ".env.production", "outDir": "dist" } ], "plugins": [], "builder": { "type": "swc", "options": { "stripLeadingPaths": true } }, "typeCheck": true } }