feat: add stand and get game features to blackjack game with animations #105

Merged
jleibl merged 22 commits from task/CAS-50/add_rest_blackjack_logic_with_frontend_animations into main 2025-04-02 08:28:43 +00:00
Showing only changes of commit 56c63d48f6 - Show all commits

View file

@ -5,10 +5,10 @@
"compilerOptions": { "compilerOptions": {
"baseUrl": "./src", "baseUrl": "./src",
"paths": { "paths": {
"@service/*": "app/service/*", "@service/*": ["app/service/*"],
"@environments/*": "environments/*", "@environments/*": ["environments/*"],
"@shared/*": "app/shared/*", "@shared/*": ["app/shared/*"],
"@blackjack/*": "app/feature/game/blackjack/*" "@blackjack/*": ["app/feature/game/blackjack/*"]
}, },
"outDir": "./dist/out-tsc", "outDir": "./dist/out-tsc",
"strict": true, "strict": true,