hexabot/api/nest-cli.json

10 lines
243 B
JSON
Raw Normal View History

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