9 lines
210 B
JSON
9 lines
210 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/nest-cli",
|
|
"collection": "@nestjs/schematics",
|
|
"sourceRoot": "src",
|
|
"compilerOptions": {
|
|
"assets": [{ "include": "i18n/**/*", "watchAssets": true }]
|
|
}
|
|
}
|