mirror of
https://github.com/hexastack/hexabot
synced 2024-11-22 17:48:21 +00:00
10 lines
243 B
JSON
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 }]
|
|
}
|
|
}
|