Files
teamwallet/myteamwallet_backend/nest-cli.json
Bastian Wagner 6bea4f766a first commit
2026-07-31 21:02:47 +02:00

9 lines
210 B
JSON

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