REST Service for POPCORN - ILIAS
alex
2025-10-24 df46e7171c2dd42b3084dffb19e705a54d1731ba
1
2
3
4
5
6
7
8
{
  "compilerOptions": {
    "paths": {
      "@/*": ["./src/*"]
    }
  },
  "exclude": ["node_modules", "dist"]
}