hexabot/api/nest-cli.json
2024-09-10 10:50:11 +01:00

10 lines
243 B
JSON

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