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 db3d2e7b82 - Show all commits

View file

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