Training-Report #27

Merged
Ajdj100 merged 47 commits from Training-Report into main 2025-11-22 14:20:51 -06:00
Showing only changes of commit dd07397c2d - Show all commits

View File

@@ -2,7 +2,7 @@
"compilerOptions": {
"paths": {
"@/*": ["./src/*"],
"@shared": ["../shared/*"]
"@shared/*": ["../shared/*"]
}
},
"exclude": ["node_modules", "dist"]