Files
boilerplate-be/nest-cli.json
Fahri Can Seçer 6ef44f398d
Some checks failed
CI / build (push) Failing after 1m58s
main
2026-01-26 23:22:38 +03:00

11 lines
225 B
JSON

{
"$schema": "https://json.schemastore.org/nest-cli",
"collection": "@nestjs/schematics",
"sourceRoot": "src",
"compilerOptions": {
"deleteOutDir": true,
"assets": ["i18n/**/*"],
"watchAssets": true
}
}